mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-26 20:40:28 +00:00
Overhaul process spawning
This commit is contained in:
parent
99dc1281f5
commit
26e254fb4d
96 changed files with 1848 additions and 1541 deletions
|
@ -4711,7 +4711,7 @@ UNIX MODULE
|
|||
This creates a secure temporary file inside `$TMPDIR`. If it isn't
|
||||
defined, then `/tmp` is used on UNIX and GetTempPath() is used on
|
||||
the New Technology. This resolution of `$TMPDIR` happens once in a
|
||||
ctor, which is copied to the `kTmpDir` global.
|
||||
ctor, which is copied to the `kTmpPath` global.
|
||||
|
||||
Once close() is called, the returned file is guaranteed to be
|
||||
deleted automatically. On UNIX the file is unlink()'d before this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue