From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12279 invoked by alias); 14 Jul 2015 14:58:36 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 12267 invoked by uid 89); 14 Jul 2015 14:58:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_40,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com From: "Siddhesh Poyarekar" To: libc-alpha@sourceware.org Subject: [COMMITTED PATCH] Fix up typo in tst-tls-atexit Date: Tue, 14 Jul 2015 14:58:00 -0000 Message-Id: <1436885908-15274-1-git-send-email-siddhesh@redhat.com> X-SW-Source: 2015-07/txt/msg00400.txt.bz2 Pushed as obvious. --- ChangeLog | 4 ++++ stdlib/tst-tls-atexit.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aff46a9..120588a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-14 Siddhesh Poyarekar + + * stdlib/tst-tls-atexit.c (do_test): Fix typo. + 2015-07-14 Adhemerval Zanella * 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; } -- 2.4.3