summaryrefslogtreecommitdiffstats
path: root/arch/mips64/kernel/scall_o32.S
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-20 15:44:53 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-20 15:44:53 +0000
commitc2745b603cfacbc6070ba4da72bcb3e8c4900e28 (patch)
treef167275143a0ea867af2a6577d025e061f21a855 /arch/mips64/kernel/scall_o32.S
parent212ebb4f4ded3e357b51a5032e04ab87f1613eeb (diff)
Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bit
kernel to match each other and the the glibc definition. The glibc part of this change has been sent to Andreas.
Diffstat (limited to 'arch/mips64/kernel/scall_o32.S')
-rw-r--r--arch/mips64/kernel/scall_o32.S13
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/mips64/kernel/scall_o32.S b/arch/mips64/kernel/scall_o32.S
index 2e22ac1d0..927a1ac2f 100644
--- a/arch/mips64/kernel/scall_o32.S
+++ b/arch/mips64/kernel/scall_o32.S
@@ -1,11 +1,10 @@
-/* $Id: scall_o32.S,v 1.18 2000/03/27 21:04:13 ulfc 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
* for more details.
*
- * Copyright (C) 1995, 1996, 1997, 1998, 1999 by Ralf Baechle
- * Copyright (C) 1999 Silicon Graphics, Inc.
+ * Copyright (C) 1995 - 2000 by Ralf Baechle
+ * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
*
* Hairy, the userspace application uses a different argument passing
* convention than the kernel, so we have to translate things from o32
@@ -415,9 +414,9 @@ illegal_syscall:
sys sys_mmap2 6 /* 4210 */
sys sys_truncate64 2
sys sys_ftruncate64 2
- sys sys_stat64 3
- sys sys_lstat64 3
- sys sys_fstat64 3 /* 4210 */
+ sys sys_newstat 3
+ sys sys_newlstat 3
+ sys sys_newfstat 3 /* 4210 */
sys sys_pivot_root 2
sys sys_mincore 3
sys sys_madvise 3