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 Remove liutimes(2) that linux...
details: https://anonhg.NetBSD.org/src/rev/a2158a7d08fc
branches: trunk
changeset: 791858:a2158a7d08fc
user: njoly <njoly%NetBSD.org@localhost>
date: Sat Dec 07 09:19:36 2013 +0000
description:
Remove liutimes(2) that linux never had.
diffstat:
sys/rump/kern/lib/libsys_linux/syscalls.master | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ee29e26f45a0 -r a2158a7d08fc sys/rump/kern/lib/libsys_linux/syscalls.master
--- a/sys/rump/kern/lib/libsys_linux/syscalls.master Sat Dec 07 08:01:51 2013 +0000
+++ b/sys/rump/kern/lib/libsys_linux/syscalls.master Sat Dec 07 09:19:36 2013 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.5 2013/10/05 09:22:01 njoly Exp $
+ $NetBSD: syscalls.master,v 1.6 2013/12/07 09:19:36 njoly Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -543,8 +543,7 @@
421 UNIMPL adjtime
422 UNIMPL lfs_segwait
423 UNIMPL futimes
-424 NODEF { int|linux_sys||lutimes(const char *path, \
- struct linux_timeval *tv); }
+424 UNIMPL lutimes
425 UNIMPL setitimer
426 UNIMPL getitimer
427 UNIMPL clock_gettime
Home |
Main Index |
Thread Index |
Old Index