public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Carlos O'Donell" <carlos@redhat.com>
To: Siddhesh Poyarekar <siddhesh@redhat.com>, libc-alpha@sourceware.org
Subject: Re: [COMMITTED PATCH] Fix up typo in tst-tls-atexit
Date: Tue, 14 Jul 2015 21:10:00 -0000	[thread overview]
Message-ID: <55A57AC3.2030808@redhat.com> (raw)
In-Reply-To: <1436885908-15274-1-git-send-email-siddhesh@redhat.com>

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;
>      }
>  
> 

      reply	other threads:[~2015-07-14 21:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-14 14:58 Siddhesh Poyarekar
2015-07-14 21:10 ` Carlos O'Donell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A57AC3.2030808@redhat.com \
    --to=carlos@redhat.com \
    --cc=libc-alpha@sourceware.org \
    --cc=siddhesh@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).