]> Zhao Yanbai Git Server - minix.git/commit
libc: add posix_spawn family of functions 42/3042/2
authorJean-Baptiste Boric <jblbeurope@gmail.com>
Sun, 14 Jun 2015 10:29:01 +0000 (12:29 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 28 Jul 2015 14:18:03 +0000 (14:18 +0000)
commit1facb0487c831b9ead49737c23d6f936b553009b
tree7b6de67d128d22207414d115105a8f276f3aae69
parent7b2da7b2c7cf3c0f90e63156d805e5fe8543f5d5
libc: add posix_spawn family of functions

The implementation is taken from newlib (BSD licensed) and test84 is based
on NetBSD's t_spawn.c

Change-Id: Ia4e9dd5204a0b4ef241a451978057e11fb29e3d6
distrib/sets/lists/minix/mi
lib/libc/gen/Makefile.inc
minix/lib/libc/sys/Makefile.inc
minix/lib/libc/sys/posix_spawn.c [new file with mode: 0644]
minix/tests/Makefile
minix/tests/run
minix/tests/t84_h_nonexec.sh [new file with mode: 0644]
minix/tests/t84_h_spawn.c [new file with mode: 0644]
minix/tests/t84_h_spawnattr.c [new file with mode: 0644]
minix/tests/test84.c [new file with mode: 0644]