summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-11-08 00:38:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-11-08 00:38:53 +0000
commitf534a3187b955b847dbe88fadbb11c64b4bcd26f (patch)
tree552ce6072a78876a74633b4bdc95cb7f616444fd /arch/mips64
parentae5bed3ba39f06871e8fb25bba8d6848bd340ee5 (diff)
newstat / newlstat / newfstat have 2 not three arguments.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/kernel/scall_o32.S6
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