mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Comment fixes for mmsghdr
This commit is contained in:
parent
e64d2de526
commit
1d39e35923
@ -1,4 +1,9 @@
|
|||||||
2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
|
2012-03-30 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
|
||||||
|
comments for sendmmsg.
|
||||||
|
|
||||||
|
2012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
|
||||||
|
|
||||||
[BZ #13691]
|
[BZ #13691]
|
||||||
* iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
|
* iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
|
||||||
|
@ -236,11 +236,12 @@ struct msghdr
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
/* For `recvmmsg'. */
|
/* For `recvmmsg' and 'sendmmsg'. */
|
||||||
struct mmsghdr
|
struct mmsghdr
|
||||||
{
|
{
|
||||||
struct msghdr msg_hdr; /* Actual message header. */
|
struct msghdr msg_hdr; /* Actual message header. */
|
||||||
unsigned int msg_len; /* Number of received bytes for the entry. */
|
unsigned int msg_len; /* Number of received or sent bytes
|
||||||
|
for the entry. */
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user