sigrtmin.c 67 B

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