glibc/signal
H.J. Lu 1a41fc44da tst-minsigstksz-1.c: Return EXIT_UNSUPPORTED for GCC 4.9 or older
Since ATOMIC_INT_LOCK_FREE in GCC 4.9 is defined as

 #define ATOMIC_INT_LOCK_FREE                    \
  __atomic_type_lock_free (atomic_int)

GCC 4.9 fails to compile tst-minsigstksz-1.c:

tst-minsigstksz-1.c:45:6: error: missing binary operator before token "("
 # if ATOMIC_INT_LOCK_FREE != 2
      ^

Change tst-minsigstksz-1.c to define TEST_ATOMIC_OPS to 0 for GCC 4.9 or
older.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-14 19:25:05 +08: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 signal/Makefile: Split and sort tests 2024-07-01 13:47:27 +02:00
raise.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
sigaction.c stdlib: Make abort/_Exit AS-safe (BZ 26275) 2024-10-08 14:40:12 -03: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 tst-minsigstksz-1.c: Return EXIT_UNSUPPORTED for GCC 4.9 or older 2024-12-14 19:25:05 +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
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