summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/syscalls.master
diff options
context:
space:
mode:
authordchagin <dchagin@FreeBSD.org>2015-05-24 17:57:07 +0000
committerdchagin <dchagin@FreeBSD.org>2015-05-24 17:57:07 +0000
commit5361a6bf5899bd372b07ad134f5fccf16f932ab2 (patch)
tree001016d8abd74e381f7fb6ca2b499d8fd305dd44 /sys/amd64/linux32/syscalls.master
parent0969667a9e5e286b042c676f840f1f040568bb3f (diff)
downloadFreeBSD-src-5361a6bf5899bd372b07ad134f5fccf16f932ab2.zip
FreeBSD-src-5361a6bf5899bd372b07ad134f5fccf16f932ab2.tar.gz
Add utimensat() system call.
The patch developed by Jilles Tjoelker and Andrew Wilcox and adopted for lemul branch by me.
Diffstat (limited to 'sys/amd64/linux32/syscalls.master')
-rw-r--r--sys/amd64/linux32/syscalls.master3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 0dd1fb4..5413a33 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -533,7 +533,8 @@
319 AUE_NULL STD { int linux_epoll_pwait(l_int epfd, struct epoll_event *events, \
l_int maxevents, l_int timeout, l_osigset_t *mask); }
; linux 2.6.22:
-320 AUE_NULL STD { int linux_utimensat(void); }
+320 AUE_FUTIMESAT STD { int linux_utimensat(l_int dfd, const char *pathname, \
+ const struct l_timespec *times, l_int flags); }
321 AUE_NULL STD { int linux_signalfd(void); }
322 AUE_NULL STD { int linux_timerfd_create(void); }
323 AUE_NULL STD { int linux_eventfd(l_uint initval); }
OpenPOWER on IntegriCloud