This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-525-g1d39e35


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  1d39e35923d086a0248f1934adfe31d8f6c813c0 (commit)
      from  e64d2de526d8cfa2908e08892a534316a0bddf5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1d39e35923d086a0248f1934adfe31d8f6c813c0

commit 1d39e35923d086a0248f1934adfe31d8f6c813c0
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Fri Mar 30 06:35:29 2012 -0400

    Comment fixes for mmsghdr

diff --git a/ChangeLog b/ChangeLog
index 08c7013..e8d7809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]
 	* 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 7fa7eea..309cba7 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
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |    7 ++++++-
 sysdeps/unix/sysv/linux/bits/socket.h |    5 +++--
 2 files changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]