summaryrefslogtreecommitdiff
path: root/sys/compat/linux/arch/mips
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/mips
parentf75de0f992dc52dabae449b1faddb77c19038002 (diff)
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch/mips')
-rw-r--r--sys/compat/linux/arch/mips/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/mips/syscalls.master b/sys/compat/linux/arch/mips/syscalls.master
index 45db688be3b..ad7b755a15e 100644
--- a/sys/compat/linux/arch/mips/syscalls.master
+++ b/sys/compat/linux/arch/mips/syscalls.master
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.45 2013/04/08 20:54:48 pooka Exp $
+ $NetBSD: syscalls.master,v 1.46 2013/09/24 13:27:50 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -506,7 +506,8 @@
313 UNIMPL epoll_pwait
314 UNIMPL ioprio_set
315 UNIMPL ioprio_get
-316 UNIMPL utimensat
+316 STD { int|linux_sys||utimensat(int fd, const char *path, \
+ struct linux_timespec *times, int flag); }
317 UNIMPL signalfd
318 UNIMPL timerfd
319 UNIMPL eventfd