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 update for newer syscalls (from 2...



details:   https://anonhg.NetBSD.org/src/rev/99873b8d2986
branches:  trunk
changeset: 526829:99873b8d2986
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 12 13:55:54 2002 +0000

description:
update for newer syscalls (from 2.5.15)
Linux m68k doesn't seem to have fcntl64 syscall - oversight?

diffstat:

 sys/compat/linux/arch/m68k/syscalls.master |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 0d98f96ec8f4 -r 99873b8d2986 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Sun May 12 13:17:52 2002 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Sun May 12 13:55:54 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.38 2002/04/10 18:18:28 christos Exp $
+       $NetBSD: syscalls.master,v 1.39 2002/05/12 13:55:54 jdolecek Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -372,8 +372,10 @@
 214    NOARGS          { int sys_setgid(gid_t gid); }
 215    STD             { int linux_sys_setfsuid(uid_t uid); }
 216    NOARGS          { int linux_sys_getfsuid(void); }
-217    UNIMPL          pivot_root
-218    UNIMPL          /* unused ? */
-219    UNIMPL          /* unused ? */
+217    UNIMPL          /* unused */
+218    UNIMPL          /* unused */
+219    UNIMPL          /* unused */
 220    STD             { int linux_sys_getdents64(int fd, \
                            struct linux_dirent64 *dent, unsigned int count); }
+221    UNIMPL          gettid
+222    UNIMPL          tkill



Home | Main Index | Thread Index | Old Index