diff options
author | Andreas Jaeger <aj@suse.de> | 2000-09-18 16:39:27 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-09-18 16:39:27 +0000 |
commit | 54419496e5313081733eef87aaa53f529ec1b225 (patch) | |
tree | 8b864d718ea10ed9bf3ed21dee957c6e6484e9ea /sysdeps/unix/sysv | |
parent | 8719e0fd50a2539f0c74083eab994308d9535028 (diff) | |
download | glibc-54419496e5313081733eef87aaa53f529ec1b225.tar glibc-54419496e5313081733eef87aaa53f529ec1b225.tar.gz glibc-54419496e5313081733eef87aaa53f529ec1b225.tar.bz2 glibc-54419496e5313081733eef87aaa53f529ec1b225.zip |
MIPS specific file. MIPS always had 32 bit uids.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/ipc_priv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/ipc_priv.h b/sysdeps/unix/sysv/linux/mips/ipc_priv.h new file mode 100644 index 0000000000..9b85386a7c --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/ipc_priv.h @@ -0,0 +1 @@ +#include <sysdeps/unix/sysv/linux/alpha/ipc_priv.h> |