about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-23 09:10:11 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-23 09:10:11 +0000
commit16b02fef213e47cac7669db92c8b8918bdb7c107 (patch)
treef3f28dab4df8bc19154197c002094507294f8e5b
parentabfbb38ccd4651e85d78e0f75ba321dfcb3ebb4a (diff)
downloadglibc-16b02fef213e47cac7669db92c8b8918bdb7c107.tar.gz
glibc-16b02fef213e47cac7669db92c8b8918bdb7c107.tar.xz
glibc-16b02fef213e47cac7669db92c8b8918bdb7c107.zip
Update.
2000-06-23  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
	SYS_mincore, SYS_madvise): Added.

	* sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
	execve.
-rw-r--r--ChangeLog8
-rw-r--r--sysdeps/unix/sysv/linux/mips/sys/syscall.h5
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29c5ee8ae2..278da0fd2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-06-23  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
+	SYS_mincore, SYS_madvise): Added.
+
+	* sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
+	execve.
+
 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
 
 	* libio/Makefile (tests): Add tst-getwc and tst_putwc.
diff --git a/sysdeps/unix/sysv/linux/mips/sys/syscall.h b/sysdeps/unix/sysv/linux/mips/sys/syscall.h
index 27dc08aa5b..ccbacd73ad 100644
--- a/sysdeps/unix/sysv/linux/mips/sys/syscall.h
+++ b/sysdeps/unix/sysv/linux/mips/sys/syscall.h
@@ -84,7 +84,7 @@
 #define SYS_SVR4_semsys			(SYS_SVR4 +  53)
 #define SYS_SVR4_ioctl			(SYS_SVR4 +  54)
 #define SYS_SVR4_uadmin			(SYS_SVR4 +  55)
-#define SYS_SVR4_exch 			(SYS_SVR4 +  56)
+#define SYS_SVR4_exch			(SYS_SVR4 +  56)
 #define SYS_SVR4_utssys			(SYS_SVR4 +  57)
 #define SYS_SVR4_fsync			(SYS_SVR4 +  58)
 #define SYS_SVR4_exece			(SYS_SVR4 +  59)
@@ -1209,6 +1209,9 @@
 #define	SYS_stat64			(SYS_Linux + 213)
 #define	SYS_lstat64			(SYS_Linux + 214)
 #define	SYS_fstat64			(SYS_Linux + 215)
+#define SYS_pivot_root			(SYS_Linux + 216)
+#define SYS_mincore			(SYS_Linux + 217)
+#define SYS_madvise			(SYS_Linux + 218)
 
 
 #endif	/* sys/syscall.h */