* [COMMITTED PATCH] Fix up typo in tst-tls-atexit
@ 2015-07-14 14:58 Siddhesh Poyarekar
2015-07-14 21:10 ` Carlos O'Donell
0 siblings, 1 reply; 2+ messages in thread
From: Siddhesh Poyarekar @ 2015-07-14 14:58 UTC (permalink / raw)
To: libc-alpha
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 <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;
}
--
2.4.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [COMMITTED PATCH] Fix up typo in tst-tls-atexit
2015-07-14 14:58 [COMMITTED PATCH] Fix up typo in tst-tls-atexit Siddhesh Poyarekar
@ 2015-07-14 21:10 ` Carlos O'Donell
0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2015-07-14 21:10 UTC (permalink / raw)
To: Siddhesh Poyarekar, libc-alpha
On 07/14/2015 10:58 AM, Siddhesh Poyarekar wrote:
> Pushed as obvious.
For the record these obvious fixes are OK for 2.22 freeze window.
They are sufficiently obvious that nothing would break.
> ---
> 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 <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;
> }
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-14 21:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-14 14:58 [COMMITTED PATCH] Fix up typo in tst-tls-atexit Siddhesh Poyarekar
2015-07-14 21:10 ` Carlos O'Donell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).