diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-09 00:00:47 +0000 |
commit | d6434e1042f3b0a6dfe1b1f615af369486f9b1fa (patch) | |
tree | e2be02f33984c48ec019c654051d27964e42c441 /arch/mips/kernel/syscalls.h | |
parent | 609d1e803baf519487233b765eb487f9ec227a18 (diff) |
Merge with 2.3.19.
Diffstat (limited to 'arch/mips/kernel/syscalls.h')
-rw-r--r-- | arch/mips/kernel/syscalls.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h index ef593845e..688162211 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -1,4 +1,4 @@ -/* $Id: syscalls.h,v 1.16 1999/07/11 23:56:29 ralf Exp $ +/* $Id: syscalls.h,v 1.17 1999/09/28 22:25:48 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -127,7 +127,7 @@ SYS(sys_newfstat, 2) SYS(sys_uname, 1) SYS(sys_iopl, 0) /* Well, actually 17 args ... */ /* 4110 */ SYS(sys_vhangup, 0) -SYS(sys_idle, 0) +SYS(sys_ni_syscall, 0) /* was sys_idle() */ SYS(sys_vm86, 1) SYS(sys_wait4, 4) SYS(sys_swapoff, 1) /* 4115 */ |