summaryrefslogtreecommitdiffstats
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/common/sync.c b/libc/sysdeps/linux/common/sync.c
index dd69e335b..d2f81229c 100644
--- a/libc/sysdeps/linux/common/sync.c
+++ b/libc/sysdeps/linux/common/sync.c
@@ -14,8 +14,8 @@
#ifndef INLINE_SYSCALL
#define INLINE_SYSCALL(name, nr, args...) __syscall_sync (args)
-#define __NR___syscall_sync __NR_sync
-static inline _syscall0(void, __syscall_sync);
+#define __NR___syscall_sync __NR_sync
+static __inline__ _syscall0(void, __syscall_sync);
#endif
void sync(void)