mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Fix up typo in tst-tls-atexit
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user