mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 17:51:16 +00:00
(struct msqid_ds): Use __pid_t.
This commit is contained in:
parent
cf95db7e00
commit
5e516adf18
@ -44,8 +44,8 @@ struct msqid_ds
|
||||
unsigned long int __msg_cbytes; /* current number of bytes on queue */
|
||||
msgqnum_t msg_qnum; /* number of messages currently on queue */
|
||||
msglen_t msg_qbytes; /* max number of bytes allowed on queue */
|
||||
pid_t msg_lspid; /* pid of last msgsnd() */
|
||||
pid_t msg_lrpid; /* pid of last msgrcv() */
|
||||
__pid_t msg_lspid; /* pid of last msgsnd() */
|
||||
__pid_t msg_lrpid; /* pid of last msgrcv() */
|
||||
unsigned long int __unused1;
|
||||
unsigned long int __unused2;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user