Module Name:    src
Committed By:   njoly
Date:           Fri Jan 10 20:10:24 UTC 2014

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

Log Message:
Add NetBSD futimes/lutimes syscalls which does not exists on Linux.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.12
--- src/sys/rump/kern/lib/libsys_linux/syscalls.master:1.11	Fri Jan 10 19:44:47 2014
+++ src/sys/rump/kern/lib/libsys_linux/syscalls.master	Fri Jan 10 20:10:23 2014
@@ -1,4 +1,4 @@
-	$NetBSD: syscalls.master,v 1.11 2014/01/10 19:44:47 njoly Exp $
+	$NetBSD: syscalls.master,v 1.12 2014/01/10 20:10:23 njoly Exp $
 
 ;	@(#)syscalls.master	8.2 (Berkeley) 1/13/94
 
@@ -548,8 +548,10 @@
 			    struct linux_timeval *tv); }
 421	UNIMPL		adjtime
 422	UNIMPL		lfs_segwait
-423	UNIMPL		futimes
-424	UNIMPL		lutimes
+423	NOARGS		{ int|sys|50|futimes(int fd, \
+			    const struct timeval *tptr); }
+424	NOARGS		{ int|sys|50|lutimes(const char *path, \
+			    const struct timeval *tptr); }
 425	UNIMPL		setitimer
 426	UNIMPL		getitimer
 427	UNIMPL		clock_gettime

Reply via email to