Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/arch/amd64 Add utimes(2) support.



details:   https://anonhg.NetBSD.org/src/rev/c865343a6e94
branches:  trunk
changeset: 329569:c865343a6e94
user:      njoly <njoly%NetBSD.org@localhost>
date:      Thu May 29 10:47:00 2014 +0000

description:
Add utimes(2) support.

diffstat:

 sys/compat/linux32/arch/amd64/syscalls.master |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f78795b39570 -r c865343a6e94 sys/compat/linux32/arch/amd64/syscalls.master
--- a/sys/compat/linux32/arch/amd64/syscalls.master     Thu May 29 10:42:23 2014 +0000
+++ b/sys/compat/linux32/arch/amd64/syscalls.master     Thu May 29 10:47:00 2014 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.66 2014/05/04 10:08:53 njoly Exp $
+       $NetBSD: syscalls.master,v 1.67 2014/05/29 10:47:00 njoly Exp $
 
 ; NetBSD i386 COMPAT_LINUX32 system call name/number "master" file.
 ; (See syscalls.conf to see what it is processed into.)
@@ -472,7 +472,8 @@
 269    STD     { int|linux32_sys||fstatfs64(int fd, \
                    netbsd32_size_t sz, linux32_statfs64p sp); }
 270    STD     { int|linux32_sys||tgkill(int tgid, int tid, int sig); }
-271    UNIMPL  utimes
+271    NOARGS  { int|compat_50_netbsd32||utimes(netbsd32_charp path, \
+                   netbsd32_timeval50p_t tptr); }
 272    STD     { int|linux32_sys||fadvise64_64(int fd, uint32_t offlo, \
                    uint32_t offhi, uint32_t lenlo, uint32_t lenhi, int advice); }
 273    UNIMPL  vserver



Home | Main Index | Thread Index | Old Index