Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/m68k Reduce diffs between arches, add ...
details: https://anonhg.NetBSD.org/src/rev/647a10479fa5
branches: trunk
changeset: 325422:647a10479fa5
user: njoly <njoly%NetBSD.org@localhost>
date: Tue Dec 24 13:41:25 2013 +0000
description:
Reduce diffs between arches, add fcntl64() to m68k.
diffstat:
sys/compat/linux/arch/m68k/files.linux_m68k | 3 ++-
sys/compat/linux/arch/m68k/syscalls.master | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 6278abe4bf98 -r 647a10479fa5 sys/compat/linux/arch/m68k/files.linux_m68k
--- a/sys/compat/linux/arch/m68k/files.linux_m68k Tue Dec 24 12:20:50 2013 +0000
+++ b/sys/compat/linux/arch/m68k/files.linux_m68k Tue Dec 24 13:41:25 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.linux_m68k,v 1.6 2011/05/30 17:50:31 alnsn Exp $
+# $NetBSD: files.linux_m68k,v 1.7 2013/12/24 13:41:25 njoly Exp $
#
# Config file description for m68k-dependent Linux compat code.
@@ -21,3 +21,4 @@
file compat/linux/common/linux_futex.c compat_linux
file compat/linux/common/linux_fadvise64.c compat_linux
file compat/linux/common/linux_fadvise64_64.c compat_linux
+file compat/linux/common/linux_fcntl64.c compat_linux
diff -r 6278abe4bf98 -r 647a10479fa5 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master Tue Dec 24 12:20:50 2013 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master Tue Dec 24 13:41:25 2013 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.79 2013/12/08 15:55:10 njoly Exp $
+ $NetBSD: syscalls.master,v 1.80 2013/12/24 13:41:25 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -426,7 +426,7 @@
236 UNIMPL sendfile64
237 UNIMPL mincore
238 UNIMPL madvise
-239 UNIMPL fcntl64
+239 STD { int|linux_sys||fcntl64(int fd, int cmd, void *arg); }
240 UNIMPL readahead
241 UNIMPL io_setup
242 UNIMPL io_destroy
Home |
Main Index |
Thread Index |
Old Index