projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9387b22
)
Define __ipc_pid_t.
author
drepper
<drepper>
Mon, 22 Dec 1997 20:21:44 +0000
(20:21 +0000)
committer
drepper
<drepper>
Mon, 22 Dec 1997 20:21:44 +0000
(20:21 +0000)
sysdeps/unix/sysv/linux/alpha/bits/types.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/alpha/bits/types.h
b/sysdeps/unix/sysv/linux/alpha/bits/types.h
index
9acdf0c
..
9033fdb
100644
(file)
--- a/
sysdeps/unix/sysv/linux/alpha/bits/types.h
+++ b/
sysdeps/unix/sysv/linux/alpha/bits/types.h
@@
-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;