/tmp/tmp0drpijx9/undef.c:15:1: warning: ‘sighold’ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] 15 | void *__glibc_test_sighold = (void *) &sighold; | ^~~~ In file included from ../include/signal.h:2, from /tmp/tmp0drpijx9/undef.c:1: ../signal/signal.h:355:12: note: declared here 355 | extern int sighold (int __sig) __THROW | ^~~~~~~ /tmp/tmp0drpijx9/undef.c:16:1: warning: ‘sigignore’ is deprecated: Use the signal function instead [-Wdeprecated-declarations] 16 | void *__glibc_test_sigignore = (void *) &sigignore; | ^~~~ ../signal/signal.h:363:12: note: declared here 363 | extern int sigignore (int __sig) __THROW | ^~~~~~~~~ /tmp/tmp0drpijx9/undef.c:17:1: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 17 | void *__glibc_test_siginterrupt = (void *) &siginterrupt; | ^~~~ ../signal/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ /tmp/tmp0drpijx9/undef.c:20:1: warning: ‘sigpause’ is deprecated: Use the sigsuspend function instead [-Wdeprecated-declarations] 20 | void *__glibc_test_sigpause = (void *) &sigpause; | ^~~~ ../signal/signal.h:151:12: note: declared here 151 | extern int sigpause (int __sig) __asm__ ("__xpg_sigpause") | ^~~~~~~~ /tmp/tmp0drpijx9/undef.c:23:1: warning: ‘sigrelse’ is deprecated: Use the sigprocmask function instead [-Wdeprecated-declarations] 23 | void *__glibc_test_sigrelse = (void *) &sigrelse; | ^~~~ ../signal/signal.h:359:12: note: declared here 359 | extern int sigrelse (int __sig) __THROW | ^~~~~~~~ /tmp/tmp0drpijx9/undef.c:24:1: warning: ‘sigset’ is deprecated: Use the signal and sigprocmask functions instead [-Wdeprecated-declarations] 24 | void *__glibc_test_sigset = (void *) &sigset; | ^~~~ ../signal/signal.h:367:23: note: declared here 367 | extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __THROW | ^~~~~~ /tmp/tmp0drpijx9/undef.c:25:1: warning: ‘sigstack’ is deprecated [-Wdeprecated-declarations] 25 | void *__glibc_test_sigstack = (void *) &sigstack; | ^~~~ ../signal/signal.h:347:12: note: declared here 347 | extern int sigstack (struct sigstack *__ss, struct sigstack *__oss) | ^~~~~~~~ [initial] sigaction -> [libc.a(sigaction.o)] __libc_sigaction -> [libc.a(libc_sigaction.o)] _dl_sysinfo_dso -> [libc.a(dl-support.o)] _dl_init_paths -> [libc.a(dl-load.o)] _dl_tls_dtv_slotinfo_list -> [libc.a(libc-tls.o)] getauxval