patch-2.3.48 linux/arch/mips/kernel/syscalls.h

Next file: linux/arch/mips/kernel/sysirix.c
Previous file: linux/arch/mips/kernel/syscall.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.47/linux/arch/mips/kernel/syscalls.h linux/arch/mips/kernel/syscalls.h
@@ -1,4 +1,4 @@
-/* $Id: syscalls.h,v 1.15 1998/09/19 19:16:17 ralf Exp $
+/* $Id: syscalls.h,v 1.22 2000/02/18 00:24:30 ralf 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
@@ -44,7 +44,7 @@
 SYS(sys_ptrace, 4)
 SYS(sys_alarm, 1)
 SYS(sys_fstat, 2)
-SYS(sys_pause, 0)
+SYS(sys_ni_syscall, 0)
 SYS(sys_utime, 2)				/* 4030 */
 SYS(sys_ni_syscall, 0)
 SYS(sys_ni_syscall, 0)
@@ -105,7 +105,7 @@
 SYS(sys_swapon, 2)
 SYS(sys_reboot, 3)
 SYS(old_readdir, 3)
-SYS(sys_mmap, 6)				/* 4090 */
+SYS(old_mmap, 6)				/* 4090 */
 SYS(sys_munmap, 2)
 SYS(sys_truncate, 2)
 SYS(sys_ftruncate, 2)
@@ -127,7 +127,7 @@
 SYS(sys_uname, 1)
 SYS(sys_iopl, 0)	/* Well, actually 17 args ... */				/* 4110 */
 SYS(sys_vhangup, 0)
-SYS(sys_idle, 0)
+SYS(sys_ni_syscall, 0)	/* was sys_idle() */
 SYS(sys_vm86, 1)
 SYS(sys_wait4, 4)
 SYS(sys_swapoff, 1)				/* 4115 */
@@ -214,14 +214,21 @@
 SYS(sys_rt_sigpending, 2)
 SYS(sys_rt_sigtimedwait, 4)
 SYS(sys_rt_sigqueueinfo, 3)
-SYS(sys_rt_sigsuspend, 2)
-SYS(sys_pread, 4)				/* 4200 */
-SYS(sys_pwrite, 4)
+SYS(sys_rt_sigsuspend, 0)
+SYS(sys_pread, 6)				/* 4200 */
+SYS(sys_pwrite, 6)
 SYS(sys_chown, 3)
 SYS(sys_getcwd, 2)
 SYS(sys_capget, 2)
 SYS(sys_capset, 2)				/* 4205 */
-SYS(sys_sigaltstack, 2)
+SYS(sys_sigaltstack, 0)
 SYS(sys_sendfile, 3)
 SYS(sys_ni_syscall, 0)
 SYS(sys_ni_syscall, 0)
+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)				/* 4215 */
+SYS(sys_pivot_root, 2)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)