mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Make posix_spawn faster on Windows
This commit is contained in:
parent
d6f72aa4a6
commit
ec957491ea
15 changed files with 514 additions and 123 deletions
|
@ -41,6 +41,7 @@ struct StdinRelay {
|
|||
int64_t handle; /* should == g_fds.p[0].handle */
|
||||
int64_t reader; /* ReadFile() use this instead */
|
||||
int64_t writer; /* only used by WinStdinThread */
|
||||
int64_t thread; /* handle for the stdio thread */
|
||||
};
|
||||
|
||||
struct Fds {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue