glibc/sysdeps/nptl
Florian Weimer 51210d6496 nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)
[BZ #25847]

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.

(cherry picked from commit dbc5a50d12)

Signed-off-by: Sunil Dora <sunilkumar.dora@windriver.com>
Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
2025-07-11 13:56:56 -04:00
..
bits nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) 2025-07-11 13:56:56 -04:00
sys Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Implies
Makeconfig hurd 64bit: Add missing libanl 2023-05-01 13:36:14 +02:00
Makefile Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
Subdirs
_Fork.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
aio_misc.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-mutex.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-thread_gscope_wait.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
dl-tls_init_tp.c Linux: Make __rseq_size useful for feature detection (bug 31965) 2024-07-16 16:37:38 +02:00
dl-tunables.list Created tunable to force small pages on stack allocation. 2023-04-20 13:54:24 -03:00
fork.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
futex-internal.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
gai_misc.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
internaltypes.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
jmp-unwind.c Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libc-lock.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libc-lockP.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
libc_start_call_main.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
lowlevellock-futex.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
lowlevellock.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
malloc-machine.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
proc_service.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pthread-offsets.h nptl: update default pthread-offsets.h 2020-02-10 17:01:21 +01:00
pthread.h nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) 2025-07-11 13:56:56 -04:00
pthreadP.h Remove --enable-tunables configure option 2023-03-29 14:33:06 -03:00
pthread_atfork_compat.h Consolidate pthread_atfork 2021-06-24 10:04:41 -03:00
pthread_early_init.h Remove --enable-tunables configure option 2023-03-29 14:33:06 -03:00
pthread_mutex_backoff.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
pthread_mutex_conf.h Remove --enable-tunables configure option 2023-03-29 14:33:06 -03:00
setxid.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
stdio-lock.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tcb-access.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tcb-offsets.h
thread_db.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
thread_pointer.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
timer_routines.h Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
tst-mqueue8x.c