summaryrefslogtreecommitdiff
path: root/src/unistd/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/sync.c')
-rw-r--r--src/unistd/sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/sync.c b/src/unistd/sync.c
index 20fafb4a..f18765aa 100644
--- a/src/unistd/sync.c
+++ b/src/unistd/sync.c
@@ -3,5 +3,5 @@
void sync(void)
{
- syscall(SYS_sync);
+ __syscall(SYS_sync);
}