master
Update copyright dates with scripts/update-copyrights
Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
htl: Enable more tests
y2038: Add test coverage
pthread: Move basic tests from nptl to sysdeps/pthread
htl: Enable more cancel tests
htl: Enable tst-cancel25 test
htl: Enable tst-cancelx?[45]
htl: Make sem_*wait cancellations points
htl: Enable cancel*16 an cancel*20 tests
htl: Enable more cancellation tests
pthread: Move most cond tests from nptl to sysdeps/pthread
htl: Make pthread_cond_destroy wait for threads to be woken
Check time arguments to pthread_timedjoin_np and pthread_clockjoin_np
pthread: Move some join tests from nptl to sysdeps/pthread
pthread: Move most once tests from nptl to sysdeps/pthread
[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]
nptl: Reformat Makefile.
pthread: Move robust mutex tests from nptl to sysdeps/pthread
pthread: Use pthread_mutexattr_setrobust in tests
pthread: Move spin tests from nptl to sysdeps/pthread
Pass a valid pointer to pthread_setspecific to avoid GCC 11 warning.