diff options
Diffstat (limited to 'src/unistd/vfork.c')
-rw-r--r-- | src/unistd/vfork.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/vfork.c b/src/unistd/vfork.c index f0acd5d5..523bb178 100644 --- a/src/unistd/vfork.c +++ b/src/unistd/vfork.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> pid_t vfork(void) @@ -8,3 +10,6 @@ pid_t vfork(void) /* XOPEN(400,700) */ + + +#endif |