mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
3f26dfbb31
This is a breaking change. It defines the new environment variable named _COSMO_FDS_V2 which is used for inheriting non-stdio file descriptors on execve() or posix_spawn(). No effort has been spent thus far integrating with the older variable. If a new binary launches the older ones or vice versa they'll only be able to pass stdin / stdout / stderr to each other therefore it's important that you upgrade all your cosmo binaries if you depend on this functionality. You'll be glad you did because inheritance of file descriptors is more aligned with the POSIX standard than before. |
||
---|---|---|
.. | ||
atoi_test.c | ||
BUILD.mk | ||
exit_async_signal_safety_test.c | ||
file_offset_exec_prog.c | ||
file_offset_exec_test.c | ||
file_offset_fork_test.c | ||
fread3gb_test.c | ||
iconv_utf8_utf16_test.c | ||
iconv_utf8_utf32_test.c | ||
mask_test.c | ||
mutex_async_signal_safety_test.c | ||
pthread_process_shared_test.c | ||
reentrant_signal_test.c | ||
sa_resethand2_test.c | ||
sa_resethand_test.c | ||
sigchld_test.c | ||
signal_test.c | ||
strtol_test.c |