return string describing signal NAME strsignal, sigabbrev_np, sigdescr_np, sys_siglist - return string describing signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…return string describing signal NAME strsignal, sigabbrev_np, sigdescr_np, sys_siglist - return string describing signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…return string describing signal NAME strsignal, sigabbrev_np, sigdescr_np, sys_siglist - return string describing signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…return string describing signal NAME strsignal, sigabbrev_np, sigdescr_np, sys_siglist - return string describing signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…software signal facility NAME gsignal, ssignal - software signal facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); …software signal facility NAME gsignal, ssignal - software signal facility LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighandler_t)(int); …...nctions are called after returning from the initial call to main (). SEE ALSO signal (7), signal-safety (7)...nctions are called after returning from the initial call to main (). SEE ALSO signal (7), signal-safety (7)...nctions are called after returning from the initial call to main (). SEE ALSO signal (7), signal-safety (7)...nctions are called after returning from the initial call to main (). SEE ALSO signal (7), signal-safety (7)signal handling with System V semantics NAME sysv_signal - signal handling with System V semantics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See fea…send a signal to the caller NAME raise - send a signal to the caller LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int raise(int sig ); DESCRIPTION The rai…signal handling with BSD semantics NAME bsd_signal - signal handling with BSD semantics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> typedef void (*sighan…...sem_wait (3) and shm_open (3). SEE ALSO sem_getvalue (3), sem_wait (3), sem_overview (7), signal-safety (7)wait for a signal NAME sigwait - wait for a signal LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> int sigwait(const sigset_t *restrict set , int *restrict s…print signal description NAME psignal, psiginfo - print signal description LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> void psignal(int sig , const char …print signal description NAME psignal, psiginfo - print signal description LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <signal.h> void psignal(int sig , const char …queue a signal and data to a thread NAME pthread_sigqueue - queue a signal and data to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <signal.h…send a signal to a thread NAME pthread_kill - send a signal to a thread LIBRARY POSIX threads library ( libpthread , -lpthread ) SYNOPSIS #include <signal.h> int pthread_kill(pthre…atomically release blocked signals and wait for interrupt NAME sigpause - atomically release blocked signals and wait for interrupt LIBRARY Standard C library ( libc , -lc ) SYNOPS…