diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-07 19:28:26 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-07 19:28:26 +0000 |
commit | 503d6a958581777473c31f73113d0fa6cff19b30 (patch) | |
tree | c8526f0403ac272cba94213a3c5b10a369876d78 /include | |
parent | 98d2266156a49df5f93726c8f0b148bbdee41c9d (diff) | |
download | glibc-503d6a958581777473c31f73113d0fa6cff19b30.tar glibc-503d6a958581777473c31f73113d0fa6cff19b30.tar.gz glibc-503d6a958581777473c31f73113d0fa6cff19b30.tar.bz2 glibc-503d6a958581777473c31f73113d0fa6cff19b30.zip |
Updated to fedora-glibc-20060807T1859cvs/fedora-glibc-2_4_90-18
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/msg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/msg.h b/include/sys/msg.h index 02bb9aefd0..03e17f915e 100644 --- a/include/sys/msg.h +++ b/include/sys/msg.h @@ -1,8 +1,8 @@ #ifndef _SYS_MSG_H #include <sysvipc/sys/msg.h> -extern int __libc_msgrcv (int msqid, void *msgp, size_t msgsz, long int msgtyp, - int msgflg); +extern ssize_t __libc_msgrcv (int msqid, void *msgp, size_t msgsz, + long int msgtyp, int msgflg); extern int __libc_msgsnd (int msqid, const void *msgp, size_t msgsz, int msgflg); |