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.17-273-g9bf95cb


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  9bf95cbc357fc0c6597be223f66259a91b1e9bb0 (commit)
      from  582a3cff1385a493d2759ac1ff9c3e8d6d57bb74 (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=9bf95cbc357fc0c6597be223f66259a91b1e9bb0

commit 9bf95cbc357fc0c6597be223f66259a91b1e9bb0
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Thu Feb 21 09:36:43 2013 -0500

    nptl: Fix comment typo in fork.c.

diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 765434c..5f591b0 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2013-02-21  Carlos O'Donell  <carlos@redhat.com>
+
+	* sysdeps/unix/sysv/linux/fork.c: Fix comment typo.
+
 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/pthread/tst-timer.c: Include stdlib.h for declaration
diff --git a/nptl/sysdeps/unix/sysv/linux/fork.c b/nptl/sysdeps/unix/sysv/linux/fork.c
index 05f3dce..ff08942 100644
--- a/nptl/sysdeps/unix/sysv/linux/fork.c
+++ b/nptl/sysdeps/unix/sysv/linux/fork.c
@@ -35,7 +35,7 @@ unsigned long int *__fork_generation_pointer;
 
 
 
-/* The single linked list of all currently registered for handlers.  */
+/* The single linked list of all currently registered fork handlers.  */
 struct fork_handler *__fork_handlers;
 
 

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

Summary of changes:
 nptl/ChangeLog                      |    4 ++++
 nptl/sysdeps/unix/sysv/linux/fork.c |    2 +-
 2 files changed, 5 insertions(+), 1 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]