summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sync.c')
-rw-r--r--libc/sysdeps/linux/common/sync.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/common/sync.c b/libc/sysdeps/linux/common/sync.c
index e663c5886..126f40dd8 100644
--- a/libc/sysdeps/linux/common/sync.c
+++ b/libc/sysdeps/linux/common/sync.c
@@ -12,12 +12,6 @@
#include <sys/types.h>
#include <unistd.h>
-#ifndef INLINE_SYSCALL
-#define INLINE_SYSCALL(name, nr, args...) __syscall_sync (args)
-#define __NR___syscall_sync __NR_sync
-static __inline__ _syscall0(void, __syscall_sync)
-#endif
-
void sync(void)
{
INLINE_SYSCALL(sync, 0);