Module Name:    src
Committed By:   njoly
Date:           Sat Oct  5 09:22:01 UTC 2013

Modified Files:
        src/sys/rump/kern/lib/libsys_linux: syscalls.master

Log Message:
Add utimensat(2) support.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/kern/lib/libsys_linux/syscalls.master

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/rump/kern/lib/libsys_linux/syscalls.master
diff -u src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.4 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.5
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.4	Mon Apr  8 20:54:47 2013
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Sat Oct  5 09:22:01 2013
@@ -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

Reply via email to