summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include/spawn.h
Commit message (Collapse)AuthorAgeFilesLines
* * libc/include/spawn.h (posix_spawn_file_actions_destroy): Fix typoCorinna Vinschen2013-11-251-1/+1
| | | | | in function name. * libc/posix/posix_spawn.c (posix_spawn_file_actions_destroy): Ditto.
* 2013-10-01 Petr Hosek <phosek@chromium.org>Jeff Johnston2013-10-011-0/+119
* configure.host: Disable new posix_spawn function for all users of posix dir except Cygwin. * libc/posix/Makefile.am: Add support for new posix_spawn function. * libc/posix/Makefile.in: Regenerate. * libc/posix/posix_spawn.c: New file. * libc/include/spawn.h: Ditto.