aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/syscalls.master
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 18:08:01 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 18:08:01 +0000
commit9802eb9ebc04783e12038072f76156152851341e (patch)
tree4d9a3fbaf45d7d47aa49b0684095be5b21dc8b72 /sys/i386/linux/syscalls.master
parentd9cbe8f0efa1a054f13e139cd5b83d3807826165 (diff)
downloadsrc-9802eb9ebc04783e12038072f76156152851341e.tar.gz
src-9802eb9ebc04783e12038072f76156152851341e.zip
Implement Linux specific syncfs() system call.
Notes
Notes: svn path=/head/; revision=283492
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index 4a70b6b92b42..e6609a9c4b08 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -581,7 +581,7 @@
341 AUE_NULL STD { int linux_name_to_handle_at(void); }
342 AUE_NULL STD { int linux_open_by_handle_at(void); }
343 AUE_NULL STD { int linux_clock_adjtime(void); }
-344 AUE_NULL STD { int linux_syncfs(void); }
+344 AUE_SYNC STD { int linux_syncfs(l_int fd); }
345 AUE_NULL STD { int linux_sendmmsg(l_int s, \
struct l_mmsghdr *msg, l_uint vlen, \
l_uint flags); }