glibc/signal
Adhemerval Zanella a4ed0471d7 Always define __USE_TIME_BITS64 when 64 bit time_t is used
It was raised on libc-help [1] that some Linux kernel interfaces expect
the libc to define __USE_TIME_BITS64 to indicate the time_t size for the
kABI.  Different than defined by the initial y2038 design document [2],
the __USE_TIME_BITS64 is only defined for ABIs that support more than
one time_t size (by defining the _TIME_BITS for each module).

The 64 bit time_t redirects are now enabled using a different internal
define (__USE_TIME64_REDIRECTS). There is no expected change in semantic
or code generation.

Checked on x86_64-linux-gnu, i686-linux-gnu, aarch64-linux-gnu, and
arm-linux-gnueabi

[1] https://sourceware.org/pipermail/libc-help/2024-January/006557.html
[2] https://sourceware.org/glibc/wiki/Y2038ProofnessDesign

Reviewed-by: DJ Delorie <dj@redhat.com>
2024-04-02 15:28:36 -03:00
..
bits/types Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sys
allocrtsig.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
kill.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
killpg.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
libc_sigaction.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
raise.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigaction.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigaddset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigaltstack.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigandset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigblock.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigdelset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigempty.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigfillset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
siggetmask.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sighold.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigignore.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigintr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigisempty.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigismem.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
signal.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
signal.h Always define __USE_TIME_BITS64 when 64 bit time_t is used 2024-04-02 15:28:36 -03:00
sigorset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigpause.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigpending.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigprocmask.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigqueue.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigrelse.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigreturn.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigset.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigsetmask.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigsetops.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigstack.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigsuspend.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigtimedwait.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigvec.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigwait.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigwaitinfo.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sysv_signal.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-1.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-2.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-3.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-3a.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-4.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-minsigstksz-5.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-raise.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-sigaction.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-sigisemptyset.c linux/sigsetops: fix type confusion (bug 31468) 2024-03-12 10:00:22 +01:00
tst-signal.c
tst-sigset2.c signal: Avoid system signal disposition to interfere with tests 2024-03-27 13:47:09 -03:00
tst-sigset.c Filter out NPTL internal signals (BZ #22391) 2018-04-03 13:30:49 -03:00
tst-sigsimple.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
tst-sigwait-eintr.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Versions nptl: Move sigaction to libc 2021-03-26 13:37:18 -03:00