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/alpha | |
| parent | f75de0f992dc52dabae449b1faddb77c19038002 (diff) | |
Add utimensat(2) for compat linux.
Diffstat (limited to 'sys/compat/linux/arch/alpha')
| -rw-r--r-- | sys/compat/linux/arch/alpha/syscalls.master | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/alpha/syscalls.master b/sys/compat/linux/arch/alpha/syscalls.master index 097899dfbe7..dddbe94d430 100644 --- a/sys/compat/linux/arch/alpha/syscalls.master +++ b/sys/compat/linux/arch/alpha/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.78 2013/09/15 12:58:34 njoly Exp $ + $NetBSD: syscalls.master,v 1.79 2013/09/24 13:27:49 njoly Exp $ ; ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -728,7 +728,8 @@ 472 UNIMPL move_pages 473 UNIMPL getcpu 474 UNIMPL epoll_wait -475 UNIMPL utimensat +475 STD { int|linux_sys||utimensat(int fd, const char *path, \ + struct linux_timespec *times, int flag); } 476 UNIMPL signalfd 477 UNIMPL timerfd 478 UNIMPL eventfd |
