diff options
| author | njoly <njoly@NetBSD.org> | 2013-09-24 13:27:49 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2013-09-24 13:27:49 +0000 |
| commit | 997b933989dabbe2bb662ce827dbcb01ac7f4b20 (patch) | |
| tree | b0038432feb83c111dce3833e0a7a8f1c61d16a7 /sys/compat/linux/arch/m68k/syscalls.master | |
| parent | f75de0f992dc52dabae449b1faddb77c19038002 (diff) | |
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch/m68k/syscalls.master')
| -rw-r--r-- | sys/compat/linux/arch/m68k/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/m68k/syscalls.master b/sys/compat/linux/arch/m68k/syscalls.master index 8047d7c1031..a8d99d74808 100644 --- a/sys/compat/linux/arch/m68k/syscalls.master +++ b/sys/compat/linux/arch/m68k/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.75 2013/04/08 20:54:48 pooka Exp $ + $NetBSD: syscalls.master,v 1.76 2013/09/24 13:27:49 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -519,7 +519,8 @@ 313 UNIMPL kexec_load 314 UNIMPL getcpu 315 UNIMPL epoll_wait -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_create 319 UNIMPL eventfd |
