]> Zhao Yanbai Git Server - minix.git/commit
Add vfork() system call
authorArun Thomas <arun@minix3.org>
Fri, 22 Jul 2011 08:55:30 +0000 (10:55 +0200)
committerArun Thomas <arun@minix3.org>
Fri, 22 Jul 2011 08:55:30 +0000 (10:55 +0200)
commitf9ccc501f8396ecd950b04a42f73b455ce418867
tree11f1bf6d1f919402d10f8760a84716de1516664b
parent159b8f71b7cdad478eee177e572da96f4030017e
Add vfork() system call

-Same semantics as fork() as it's really just a stub
-Eases porting of BSD utilities
lib/nbsd_libc/stdlib/system.c
lib/nbsd_libc/sys-minix/MISSING_SYSCALLS
lib/nbsd_libc/sys-minix/Makefile.inc
lib/nbsd_libc/sys-minix/vfork.c [new file with mode: 0644]
nbsd_include/unistd.h