mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-20 05:32:18 +03:00
Define __ipc_pid_t.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user