mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Fix up typo in tst-tls-atexit
This commit is contained in:
parent
edcfe9eab0
commit
38b759496b
@ -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):
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user