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.18-245-ge16d221


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  e16d221c0661c02100f2da1aa63a1029f6a718b5 (commit)
      from  41bc5e09352ca838e1787f3109dcf4b4ae85986a (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=e16d221c0661c02100f2da1aa63a1029f6a718b5

commit e16d221c0661c02100f2da1aa63a1029f6a718b5
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Oct 4 17:19:11 2013 +0530

    Fix typo in manual

diff --git a/ChangeLog b/ChangeLog
index 7a7b6bd..4464b83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* manual/threads.texi (Default Thread Attributes): Fix typo.
+
 2013-10-04  Will Newton  <will.newton@linaro.org>
 
 	* malloc/Makefile: Add tst-memalign.
diff --git a/manual/threads.texi b/manual/threads.texi
index b83c6b4..9a5ef6a 100644
--- a/manual/threads.texi
+++ b/manual/threads.texi
@@ -69,7 +69,7 @@ function returns @math{0} on success and a non-zero error code on
 failure.
 @end deftypefun
 
-@deftypefun int pthread_getattr_default_np (pthread_attr_t *@var{attr})
+@deftypefun int pthread_setattr_default_np (pthread_attr_t *@var{attr})
 Set the default attribute values to match the values in @var{attr}.  The
 function returns @math{0} on success and a non-zero error code on failure.
 The following error codes are defined for this function:

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

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