]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct msqid_ds): Use __pid_t.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 17:05:23 +0000 (17:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 17:05:23 +0000 (17:05 +0000)
sysdeps/unix/sysv/linux/alpha/bits/msq.h

index 3ca076e9f9f68cc42bca14f8de239807fc30a724..9271ce69d7fe0fd52cf1ca130067f6dec0fb5e83 100644 (file)
@@ -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;
 };