Define __ipc_pid_t.

This commit is contained in:
Ulrich Drepper 1997-12-22 20:21:44 +00:00
parent 14bb1c1b08
commit ceb64ad89a
1 changed files with 3 additions and 0 deletions

View 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;