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.21-600-g38b7594


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  38b759496b0483491e54f3946ae8f0e55d8c079f (commit)
      from  edcfe9eab03ea3dd1b3e04b6056a7663c40265c4 (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=38b759496b0483491e54f3946ae8f0e55d8c079f

commit 38b759496b0483491e54f3946ae8f0e55d8c079f
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Jul 14 20:27:09 2015 +0530

    Fix up typo in tst-tls-atexit

diff --git a/ChangeLog b/ChangeLog
index aff46a9..120588a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* stdlib/tst-tls-atexit.c (do_test): Fix typo.
+
 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 974264d..0c6c499 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -72,7 +72,7 @@ do_test (void)
 
   if ((ret = pthread_join (t, &thr_ret)) != 0)
     {
-      printf ("pthread_create failed: %s\n", strerror (ret));
+      printf ("pthread_join failed: %s\n", strerror (ret));
       return 1;
     }
 

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

Summary of changes:
 ChangeLog               |    4 ++++
 stdlib/tst-tls-atexit.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]