mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-04 16:50:13 +00:00
Define __ipc_pid_t.
This commit is contained in:
parent
14bb1c1b08
commit
ceb64ad89a
@ -77,6 +77,9 @@ typedef long int __swblk_t; /* Type of a swap block maybe? */
|
|||||||
typedef long int __clock_t;
|
typedef long int __clock_t;
|
||||||
typedef int __key_t; /* Type of a SYSV IPC key. */
|
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. */
|
/* One element in the file descriptor mask array. */
|
||||||
typedef unsigned long int __fd_mask;
|
typedef unsigned long int __fd_mask;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user