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 NetBSD futimes/lutimes sy...



details:   https://anonhg.NetBSD.org/src/rev/d38c07543e72
branches:  trunk
changeset: 325895:d38c07543e72
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Jan 10 20:10:23 2014 +0000

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

diffstat:

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

diffs (22 lines):

diff -r 866ee9f875fa -r d38c07543e72 sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master    Fri Jan 10 19:45:43 2014 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master    Fri Jan 10 20:10:23 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index