summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/fdatasync.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/fdatasync.c')
-rw-r--r--libc/sysdeps/linux/common/fdatasync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/fdatasync.c b/libc/sysdeps/linux/common/fdatasync.c
index 774433f17..07433bc77 100644
--- a/libc/sysdeps/linux/common/fdatasync.c
+++ b/libc/sysdeps/linux/common/fdatasync.c
@@ -14,4 +14,4 @@
# define __NR_fdatasync __NR_osf_fdatasync
#endif
-_syscall1(int, fdatasync, int, fd);
+_syscall1(int, fdatasync, int, fd)