From: Ulrich Drepper Date: Fri, 25 Feb 2000 17:05:23 +0000 (+0000) Subject: (struct msqid_ds): Use __pid_t. X-Git-Tag: glibc-2.16-ports-before-merge~2656 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e516adf181b500bcd96a42a3b4401c470bc135e;p=thirdparty%2Fglibc.git (struct msqid_ds): Use __pid_t. --- diff --git a/sysdeps/unix/sysv/linux/alpha/bits/msq.h b/sysdeps/unix/sysv/linux/alpha/bits/msq.h index 3ca076e9f9f..9271ce69d7f 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/msq.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/msq.h @@ -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; };