signal h status - chasonr/djgpp-lib GitHub Wiki
signal.h provides all the symbols required by C11/C17.
SuSv4 requires a large set of additional functions, macros and types. djgpp-lib omits most of them.
The following functions are not present:
killpgpsiginfopthread_killpthread_sigmasksigaltstacksigholdsigignoresiginterruptsigpausesigqueuesigrelsesigtimedwait
struct sigaction is present, but it does not have the sa_sigaction member.