Update.
authorAndreas Jaeger <aj@suse.de>
Mon, 22 Nov 1999 16:36:59 +0000 (16:36 +0000)
committerAndreas Jaeger <aj@suse.de>
Mon, 22 Nov 1999 16:36:59 +0000 (16:36 +0000)
1999-11-22  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/mips/syscalls.list: Add
__syscall_setrlimit.

* sysdeps/unix/sysv/linux/mips/bits/ipc.h: Include <sys/types.h>
for key_t.
Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.

ChangeLog
sysdeps/unix/sysv/linux/mips/bits/ipc.h

index f0d2537..a810fbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-11-22  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/mips/syscalls.list: Add
+       __syscall_setrlimit.
+
+       * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Include <sys/types.h>
+       for key_t.
+       Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
+
 1999-11-21  Ulrich Drepper  <drepper@cygnus.com>
 
        * sysdeps/i386/fpu/libm-test-ulps: Increase error value for latest
index fb989cc..5c36d99 100644 (file)
@@ -20,7 +20,7 @@
 # error "Never use <bits/ipc.h> directly; include <sys/ipc.h> instead."
 #endif
 
-#include <bits/types.h>
+#include <sys/types.h>
 
 /* Mode bits for `msgget', `semget', and `shmget'.  */
 #define IPC_CREAT      01000           /* Create key if key does not exist. */