summaryrefslogtreecommitdiff
path: root/src/unistd/pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/pause.c')
-rw-r--r--src/unistd/pause.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/pause.c b/src/unistd/pause.c
index 99e079cd..d69900f9 100644
--- a/src/unistd/pause.c
+++ b/src/unistd/pause.c
@@ -5,7 +5,7 @@
int pause(void)
{
- SYSCALL("pause", int, -1, 0, 0, 0, 0, 0, 0);
+ SYSCALL(pause, int, -1, 0, 0, 0, 0, 0, 0);
}
/*
POSIX(1)