Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/kern/lib/libsys_linux Add utimensat(2) support.



details:   https://anonhg.NetBSD.org/src/rev/9bdef1df69de
branches:  trunk
changeset: 790388:9bdef1df69de
user:      njoly <njoly%NetBSD.org@localhost>
date:      Sat Oct 05 09:22:01 2013 +0000

description:
Add utimensat(2) support.

diffstat:

 sys/rump/kern/lib/libsys_linux/syscalls.master |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 62807efc355e -r 9bdef1df69de sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Oct 05 09:18:56 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Sat Oct 05 09:22:01 2013 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.4 2013/04/08 20:54:47 pooka Exp $
+       $NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -595,7 +595,8 @@
 464    UNIMPL          fchownat
 465    UNIMPL          fexecve
 466    UNIMPL          fstatat
-467    UNIMPL          utimensat
+467    NODEF           { int|linux_sys||utimensat(int fd, const char *path, \
+                           struct linux_timespec *times, int flag); }
 468    UNIMPL          openat
 469    UNIMPL          readlinkat
 470    UNIMPL          symlinkat



Home | Main Index | Thread Index | Old Index