diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-06-08 16:02:55 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1997-06-08 16:02:55 +0000 |
commit | 73cefc424b237a36d394ae9928dd891b2d20967b (patch) | |
tree | f47d69aab3243c719a27f47b349e755b6e1ae63f /arch/mips/kernel/syscalls.h | |
parent | f4ba6274ad71d670822593e031049b748691ec98 (diff) |
setup(2) now has a parameter.
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 6c7d3988c..60f58297d 100644 --- a/arch/mips/kernel/syscalls.h +++ b/arch/mips/kernel/syscalls.h @@ -166,7 +166,7 @@ SYS(sys_writev, 3) SYS(sys_cacheflush, 3) SYS(sys_cachectl, 3) SYS(sys_sysmips, 4) -SYS(sys_setup, 0) /* 4150 */ +SYS(sys_setup, 1) /* 4150 */ SYS(sys_getsid, 1) SYS(sys_fdatasync, 0) SYS(sys_sysctl, 1) |