Browse Source

include FreeBSD compat for _NSIG - from naddy@

OPENBSD_6_0
Brent Cook 8 years ago
parent
commit
6b66e4aa11
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      include/signal.h

+ 4
- 0
include/signal.h View File

@ -8,3 +8,7 @@
#ifndef SIGINFO
#define SIGINFO SIGUSR1
#endif
#ifndef _NSIG
#define _NSIG NSIG
#endif

Loading…
Cancel
Save