mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Replace long int with __syscall_slong_t in sys/msg.h
This commit is contained in:
parent
5e90c8ad55
commit
180be88bf5
@ -1,3 +1,8 @@
|
|||||||
|
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* sysvipc/sys/msg.h (msgbuf): Replace long int with
|
||||||
|
__syscall_slong_t.
|
||||||
|
|
||||||
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
2012-05-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
|
* sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
|
||||||
|
@ -51,7 +51,7 @@ typedef __ssize_t ssize_t;
|
|||||||
/* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */
|
/* Template for struct to be used as argument for `msgsnd' and `msgrcv'. */
|
||||||
struct msgbuf
|
struct msgbuf
|
||||||
{
|
{
|
||||||
long int mtype; /* type of received/sent message */
|
__syscall_slong_t mtype; /* type of received/sent message */
|
||||||
char mtext[1]; /* text of the message */
|
char mtext[1]; /* text of the message */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user