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:

  • killpg
  • psiginfo
  • pthread_kill
  • pthread_sigmask
  • sigaltstack
  • sighold
  • sigignore
  • siginterrupt
  • sigpause
  • sigqueue
  • sigrelse
  • sigtimedwait

struct sigaction is present, but it does not have the sa_sigaction member.