OSDN Git Service

librt: add posix_spawn support
authorIsmael Luceno <ismael.luceno@gmail.com>
Mon, 5 Mar 2012 08:43:49 +0000 (06:43 -0200)
committerMike Frysinger <vapier@gentoo.org>
Sun, 25 Mar 2012 05:45:23 +0000 (01:45 -0400)
commit0dcf66744f533e160232072bd03273ca1c448879
tree3658f9d75614bede75cfd49e00da4e73da2e8436
parentd1bc0c9915e3b1db796f4466de6167c0a0f0f108
librt: add posix_spawn support

Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Makefile.in
include/spawn.h [new file with mode: 0644]
librt/Makefile.in
librt/spawn.c [new file with mode: 0644]
librt/spawn_faction_addclose.c [new file with mode: 0644]
librt/spawn_faction_adddup2.c [new file with mode: 0644]
librt/spawn_faction_addopen.c [new file with mode: 0644]
librt/spawn_faction_init.c [new file with mode: 0644]
librt/spawn_int.h [new file with mode: 0644]