diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-04-18 23:26:05 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-04-18 23:26:05 +0000 |
commit | a7f4071ab77d0f48c20b16020eaaff564a376655 (patch) | |
tree | 7fa6a9db14e30ff586c4f892752735df9452f42e /arch/mips/kernel/syscalls.h | |
parent | 8640f7f9cc309cea4e669d119ec6f64ec4d36f54 (diff) |
Pause(2) fix for 2.3.
Diffstat (limited to 'arch/mips/kernel/syscalls.h')
-rw-r--r-- | arch/mips/kernel/syscalls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/syscalls.h b/arch/mips/kernel/syscalls.h index d5edf1660..e1720d46e 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -44,7 +44,7 @@ SYS(sys_stime, 1) /* 4025 */ SYS(sys_ptrace, 4) SYS(sys_alarm, 1) SYS(sys_fstat, 2) -SYS(sys_ni_syscall, 0) +SYS(sys_pause, 0) SYS(sys_utime, 2) /* 4030 */ SYS(sys_ni_syscall, 0) SYS(sys_ni_syscall, 0) |