aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>1999-11-22 16:36:59 +0000
committerAndreas Jaeger <aj@suse.de>1999-11-22 16:36:59 +0000
commitbcf045b0b29814d0a168b753edce9e6bb0296450 (patch)
tree29a310cde15b66c7e7d434aaff8dd578b693ea08 /sysdeps
parent35fc39abc90f2231973a61caeb18c1d47d490cf0 (diff)
downloadglibc-bcf045b0b29814d0a168b753edce9e6bb0296450.zip
glibc-bcf045b0b29814d0a168b753edce9e6bb0296450.tar.gz
glibc-bcf045b0b29814d0a168b753edce9e6bb0296450.tar.bz2
Update.
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>.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/mips/bits/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/bits/ipc.h b/sysdeps/unix/sysv/linux/mips/bits/ipc.h
index fb989cc..5c36d99 100644
--- a/sysdeps/unix/sysv/linux/mips/bits/ipc.h
+++ b/sysdeps/unix/sysv/linux/mips/bits/ipc.h
@@ -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. */