DescriptionSplit posix_spawn.c into 3 different files
posix_spawnattr.c
posix_spawn_file_actions.c
posix_spawn.c
Also, move the declarations of the posix_spawn types
into spawn.h.
These two changes combined allow alternative
implementations of posix_spawn to be provided without
duplicating the posix_spawnattr* and
posix_spawn_file_actions* functions.
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3976
R=phosek@chromium.org
Committed: https://git.chromium.org/gitweb?p=native_client/nacl-newlib.git;a=commit;h=bf66148d14c7fca26b9198dd5dc81e743893bb66
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|