summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/linux/syscalls.master')
-rw-r--r--sys/amd64/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/linux/syscalls.master b/sys/amd64/linux/syscalls.master
index dd04ba4..4bdf287 100644
--- a/sys/amd64/linux/syscalls.master
+++ b/sys/amd64/linux/syscalls.master
@@ -450,7 +450,7 @@
268 AUE_FCHMODAT STD { int linux_fchmodat(l_int dfd, const char *filename, \
l_mode_t mode); }
269 AUE_FACCESSAT STD { int linux_faccessat(l_int dfd, const char *filename, \
- l_int amode, l_int flag); }
+ l_int amode); }
270 AUE_SELECT STD { int linux_pselect6(l_int nfds, \
l_fd_set *readfds, l_fd_set *writefds, l_fd_set *exceptfds, \
struct l_timespec *tsp, l_uintptr_t *sig); }
OpenPOWER on IntegriCloud