diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-08 00:38:53 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-08 00:38:53 +0000 |
commit | f534a3187b955b847dbe88fadbb11c64b4bcd26f (patch) | |
tree | 552ce6072a78876a74633b4bdc95cb7f616444fd /arch/mips64 | |
parent | ae5bed3ba39f06871e8fb25bba8d6848bd340ee5 (diff) |
newstat / newlstat / newfstat have 2 not three arguments.
Diffstat (limited to 'arch/mips64')
-rw-r--r-- | arch/mips64/kernel/scall_o32.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S index e691cb3dd..935d72848 100644 --- a/arch/mips64/kernel/scall_o32.S +++ b/arch/mips64/kernel/scall_o32.S @@ -414,9 +414,9 @@ illegal_syscall: sys sys_mmap2 6 /* 4210 */ sys sys_truncate64 2 sys sys_ftruncate64 2 - sys sys_newstat 3 - sys sys_newlstat 3 - sys sys_newfstat 3 /* 4215 */ + sys sys_newstat 2 + sys sys_newlstat 2 + sys sys_newfstat 2 /* 4215 */ sys sys_pivot_root 2 sys sys_mincore 3 sys sys_madvise 3 |