summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-21 21:22:51 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-21 21:22:51 +0000
commitc6c29e492ab16294976ff4d9f6fe9a0a73bcaab7 (patch)
treec8d0307b4ba8e66e49d1df9caf09c8b9be84b06a
parent87a827b0563430d873998bece4b5e08114651755 (diff)
Define __ipc_pid_t type.
-rw-r--r--sysdeps/unix/sysv/linux/alpha/gnu/types.h2
-rw-r--r--sysdeps/unix/sysv/linux/gnu/types.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/gnu/types.h b/sysdeps/unix/sysv/linux/alpha/gnu/types.h
index 724a869696..16b043e5b1 100644
--- a/sysdeps/unix/sysv/linux/alpha/gnu/types.h
+++ b/sysdeps/unix/sysv/linux/alpha/gnu/types.h
@@ -91,4 +91,6 @@ typedef struct
typedef int __key_t;
+typedef int __ipc_pid_t;
+
#endif /* gnu/types.h */
diff --git a/sysdeps/unix/sysv/linux/gnu/types.h b/sysdeps/unix/sysv/linux/gnu/types.h
index 8814e710dd..4e78e801dd 100644
--- a/sysdeps/unix/sysv/linux/gnu/types.h
+++ b/sysdeps/unix/sysv/linux/gnu/types.h
@@ -86,4 +86,6 @@ typedef struct
typedef int __key_t;
+typedef short int __ipc_pid_t;
+
#endif /* gnu/types.h */