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/amd64/syscalls.master | |
| parent | f75de0f992dc52dabae449b1faddb77c19038002 (diff) | |
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch/amd64/syscalls.master')
| -rw-r--r-- | sys/compat/linux/arch/amd64/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/amd64/syscalls.master b/sys/compat/linux/arch/amd64/syscalls.master index 37ba3e48c44..3cdf850c864 100644 --- a/sys/compat/linux/arch/amd64/syscalls.master +++ b/sys/compat/linux/arch/amd64/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.42 2013/04/08 20:54:47 pooka Exp $ + $NetBSD: syscalls.master,v 1.43 2013/09/24 13:27:49 njoly Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -490,7 +490,8 @@ 277 UNIMPL sync_file_range 278 UNIMPL vmsplice 279 UNIMPL move_pages -280 UNIMPL utimensat +280 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 281 UNIMPL epoll_pwait 282 UNIMPL signalfd 283 UNIMPL timerfd_create |
