Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/linux/arch/m68k Pull up revision 1.30 (reque...



details:   https://anonhg.NetBSD.org/src/rev/19ba3f8e7f99
branches:  netbsd-1-5
changeset: 491467:19ba3f8e7f99
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 08:56:18 2001 +0000

description:
Pull up revision 1.30 (requested by jdolecek):
  Make it possible to use a different function for unimplemented
  syscalls than sys_nosys(), so that the Linux emulation can avoid
  posting SIGSYS and instead just return ENOSYS.

diffstat:

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

diffs (18 lines):

diff -r 918ab95f1db5 -r 19ba3f8e7f99 sys/compat/linux/arch/m68k/syscalls.master
--- a/sys/compat/linux/arch/m68k/syscalls.master        Tue May 01 08:55:53 2001 +0000
+++ b/sys/compat/linux/arch/m68k/syscalls.master        Tue May 01 08:56:18 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.14.4.1 2001/03/30 21:36:23 he Exp $
+       $NetBSD: syscalls.master,v 1.14.4.2 2001/05/01 08:56:18 he Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -51,7 +51,7 @@
 #include <compat/linux/linux_syscallargs.h>
 
 
-0      NOARGS          { int sys_nosys(void); } syscall
+0      NOARGS          { int linux_sys_nosys(void); } syscall
 1      NOARGS          { int sys_exit(int rval); }
 2      NOARGS          { int sys_fork(void); }
 3      NOARGS          { int sys_read(int fd, char *buf, u_int nbyte); }



Home | Main Index | Thread Index | Old Index