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/alpha Pull up revision 1.32 (requ...



details:   https://anonhg.NetBSD.org/src/rev/fa14d7e45d73
branches:  netbsd-1-5
changeset: 491463:fa14d7e45d73
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 08:54:42 2001 +0000

description:
Pull up revision 1.32 (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/alpha/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 706abc2b478d -r fa14d7e45d73 sys/compat/linux/arch/alpha/syscalls.master
--- a/sys/compat/linux/arch/alpha/syscalls.master       Tue May 01 08:54:20 2001 +0000
+++ b/sys/compat/linux/arch/alpha/syscalls.master       Tue May 01 08:54:42 2001 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.19.4.1 2001/03/30 21:33:21 he Exp $
+       $NetBSD: syscalls.master,v 1.19.4.2 2001/05/01 08:54:42 he Exp $
 ;
 ; XXX XAX lib/libc/sys/reboot.2 needs updating
 ;
@@ -82,7 +82,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, void *buf, size_t nbyte); }



Home | Main Index | Thread Index | Old Index