summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/powerpc
diff options
context:
space:
mode:
authornjoly <njoly@NetBSD.org>2013-09-24 13:27:49 +0000
committernjoly <njoly@NetBSD.org>2013-09-24 13:27:49 +0000
commit997b933989dabbe2bb662ce827dbcb01ac7f4b20 (patch)
treeb0038432feb83c111dce3833e0a7a8f1c61d16a7 /sys/compat/linux/arch/powerpc
parentf75de0f992dc52dabae449b1faddb77c19038002 (diff)
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch/powerpc')
-rw-r--r--sys/compat/linux/arch/powerpc/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/powerpc/syscalls.master b/sys/compat/linux/arch/powerpc/syscalls.master
index 98848238944..a7a85173e20 100644
--- a/sys/compat/linux/arch/powerpc/syscalls.master
+++ b/sys/compat/linux/arch/powerpc/syscalls.master
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.54 2013/08/11 18:34:43 pooka Exp $
+ $NetBSD: syscalls.master,v 1.55 2013/09/24 13:27:50 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -504,7 +504,8 @@
301 UNIMPL move_pages
302 UNIMPL getcpu
303 UNIMPL epoll_wait
-304 UNIMPL utimensat
+304 STD { int|linux_sys||utimensat(int fd, const char *path, \
+ struct linux_timespec *times, int flag); }
305 UNIMPL signalfd
306 UNIMPL timerfd_create
307 UNIMPL eventfd