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.19-318-gf7ed60c


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  f7ed60c252627aec9c327ec870101c907b22070c (commit)
      from  df639d73f421e176d6789b42e47596e3ab5cb70f (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=f7ed60c252627aec9c327ec870101c907b22070c

commit f7ed60c252627aec9c327ec870101c907b22070c
Author: OndÅ?ej Bílka <neleai@seznam.cz>
Date:   Mon Apr 28 18:08:32 2014 +0200

    Fix recvmmsg comment.

diff --git a/ChangeLog b/ChangeLog
index 28a62f4..808ea10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2014-04-28  OndÅ?ej Bílka  <neleai@seznam.cz>
+
+	[BZ #16854]
+	* socket/sys/socket.h: Fix typo in comment.
+
 2014-04-28  Wilco  <wdijkstr@arm.com>
 
-        * sysdeps/arm/fenv_private.h: New file.
+	* sysdeps/arm/fenv_private.h: New file.
 	* sysdeps/arm/math_private.h: New file.
 	* sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
 
diff --git a/NEWS b/NEWS
index a8a6ea8..48498df 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Version 2.20
   16642, 16648, 16649, 16670, 16674, 16677, 16680, 16683, 16689, 16695,
   16701, 16706, 16707, 16712, 16713, 16714, 16731, 16739, 16740, 16743,
   16758, 16759, 16760, 16770, 16786, 16789, 16799, 16800, 16815, 16824,
-  16831, 16838.
+  16831, 16838, 16854.
 
 * Running the testsuite no longer terminates as soon as a test fails.
   Instead, a file tests.sum (xtests.sum from "make xcheck") is generated,
diff --git a/socket/sys/socket.h b/socket/sys/socket.h
index c0f3ee6..95ee26a 100644
--- a/socket/sys/socket.h
+++ b/socket/sys/socket.h
@@ -203,7 +203,7 @@ extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
 
 #ifdef __USE_GNU
 /* Receive up to VLEN messages as described by VMESSAGES from socket FD.
-   Returns the number of bytes read or -1 for errors.
+   Returns the number of messages received or -1 for errors.
 
    This function is a cancellation point and therefore not marked with
    __THROW.  */

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

Summary of changes:
 ChangeLog           |    7 ++++++-
 NEWS                |    2 +-
 socket/sys/socket.h |    2 +-
 3 files changed, 8 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]