aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/posix/posix_spawn.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-29Cygwin: simplify some function namesKen Brown1-11/+0
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen1-0/+11
2022-01-10Fix documented argv and envp params for posix_spawnKeith Thompson1-2/+2
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen1-0/+64
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-42/+21
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-26/+26
2018-01-17ansification: remove _ANDYaakov Selkowitz1-29/+29
2017-12-01posix: remove TRAD_SYNOPSISYaakov Selkowitz1-1/+1
2013-11-26 * libc/posix/posix_spawn.c: Drop using namespace.h.Corinna Vinschen1-2/+0
2013-11-26 * libc/posix/posix_spawn.c: Eliminate OS function calls not presentCorinna Vinschen1-9/+9
2013-11-25 * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typoCorinna Vinschen1-1/+1
2013-10-012013-10-01 Petr Hosek <phosek@chromium.org>Jeff Johnston1-0/+579