commit | bf66148d14c7fca26b9198dd5dc81e743893bb66 | [log] [tgz] |
---|---|---|
author | Sam Clegg <sbc@chromium.org> | Wed Oct 15 00:13:07 2014 |
committer | Sam Clegg <sbc@chromium.org> | Wed Oct 15 00:13:07 2014 |
tree | f4f6c433224266803692f68ecc391e31b8934621 | |
parent | a59cc12d1126284dff3b7bb0e361dae944f140fc [diff] |
Split 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 Review URL: https://codereview.chromium.org/650343002