From 1d39e35923d086a0248f1934adfe31d8f6c813c0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 30 Mar 2012 06:35:29 -0400 Subject: Comment fixes for mmsghdr --- ChangeLog | 7 ++++++- sysdeps/unix/sysv/linux/bits/socket.h | 5 +++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 08c70131fb..e8d7809b8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -2012-03-30 Tulio Magno Quites Machado Filho +2012-03-30 Ulrich Drepper + + * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up + comments for sendmmsg. + +2012-03-30 Tulio Magno Quites Machado Filho [BZ #13691] * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index 7fa7eea6cf..309cba7282 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -236,11 +236,12 @@ struct msghdr }; #ifdef __USE_GNU -/* For `recvmmsg'. */ +/* For `recvmmsg' and 'sendmmsg'. */ struct mmsghdr { 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 -- cgit 1.4.1