glibc/sysdeps/nptl/bits
Florian Weimer dbc5a50d12 nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)
The new initializer and struct layout does not initialize the
__g_signals field in the old struct layout before the change in
commit c36fc50781 ("nptl: Remove
g_refs from condition variables").  Bring back fields at the end
of struct __pthread_cond_s, so that they are again zero-initialized.

Reviewed-by: Sam James <sam@gentoo.org>
2025-03-13 07:43:33 +01:00
..
pthreadtypes-arch.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
pthreadtypes.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
struct_mutex.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
struct_rwlock.h Update copyright dates with scripts/update-copyrights 2025-01-01 11:22:09 -08:00
thread-shared-types.h nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) 2025-03-13 07:43:33 +01:00