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-402-gbcda988


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  bcda98809c4a8681661cdaafbe23ec318fb4c394 (commit)
      from  06d5adfbda9ee26543116854125d4d09bedb6b29 (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=bcda98809c4a8681661cdaafbe23ec318fb4c394

commit bcda98809c4a8681661cdaafbe23ec318fb4c394
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Mar 15 09:28:54 2013 +0530

    Modify threads in nptl cindex to pthreads

diff --git a/ChangeLog b/ChangeLog
index 0d89f5e..942a9dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* manual/nptl.texi (cindex): Modify threads to pthreads.
+
 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/x86_64/preconfigure: Regenerated.
diff --git a/manual/nptl.texi b/manual/nptl.texi
index f1d8f08..9a1df1a 100644
--- a/manual/nptl.texi
+++ b/manual/nptl.texi
@@ -2,7 +2,7 @@
 @c @node POSIX Threads, , Cryptographic Functions, Top
 @chapter POSIX Threads
 @c %MENU% POSIX Threads
-@cindex threads
+@cindex pthreads
 
 This chapter describes the @glibcadj{} POSIX Thread implementation.
 

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

Summary of changes:
 ChangeLog        |    4 ++++
 manual/nptl.texi |    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]