diff options
Diffstat (limited to 'src/unistd/fork.c')
-rw-r--r-- | src/unistd/fork.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/fork.c b/src/unistd/fork.c deleted file mode 100644 index 99d04c2c..00000000 --- a/src/unistd/fork.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <sys/types.h> -#include "_syscall.h" - -pid_t fork(void) -{ - SYSCALL(fork, pid_t, -1, 0, 0, 0, 0, 0, 0); -} -/* -POSIX(1) -*/ - - -#endif |