]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define __ipc_pid_t type.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 1997 21:22:51 +0000 (21:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 1997 21:22:51 +0000 (21:22 +0000)
sysdeps/unix/sysv/linux/alpha/gnu/types.h
sysdeps/unix/sysv/linux/gnu/types.h

index 724a8696961b1876ccf57dec461080d3cd2f7787..16b043e5b1dda21261de494515ec71441b26f675 100644 (file)
@@ -91,4 +91,6 @@ typedef struct
 
 typedef int __key_t;
 
+typedef int __ipc_pid_t;
+
 #endif /* gnu/types.h */
index 8814e710dd676616d5c56bea913d7cbee29e0b60..4e78e801dd1fb28832372273bdd992901f1d0297 100644 (file)
@@ -86,4 +86,6 @@ typedef struct
 
 typedef int __key_t;
 
+typedef short int __ipc_pid_t;
+
 #endif /* gnu/types.h */