1
0

sigrtmax.c 72 B

123456
  1. #include <signal.h>
  2. int __libc_current_sigrtmax()
  3. {
  4. return _NSIG-1;
  5. }