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

index 9acdf0c490db235047878e616ec13ce6c76a8fe4..9033fdb362c3449b6dd6eb32d97121ff6b163fa0 100644 (file)
@@ -77,6 +77,9 @@ typedef long int __swblk_t;           /* Type of a swap block maybe?  */
 typedef long int __clock_t;
 typedef int __key_t;                   /* Type of a SYSV IPC key. */
 
+/* Used in `struct shmid_ds'.  */
+typedef int __ipc_pid_t;
+
 /* One element in the file descriptor mask array.  */
 typedef unsigned long int __fd_mask;