diff options
Diffstat (limited to 'src/unistd/fork.c')
| -rw-r--r-- | src/unistd/fork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/fork.c b/src/unistd/fork.c index 0417a60b..298de865 100644 --- a/src/unistd/fork.c +++ b/src/unistd/fork.c @@ -6,7 +6,7 @@ pid_t fork(void) { - SYSCALL("fork", pid_t, -1, 0, 0, 0, 0, 0, 0); + SYSCALL(fork, pid_t, -1, 0, 0, 0, 0, 0, 0); } /* POSIX(1) |
