Browse Source
include FreeBSD compat for _NSIG - from naddy@
OPENBSD_6_0
Brent Cook
8 years ago
1 changed files with
4 additions and
0 deletions
-
include/signal.h
|
@ -8,3 +8,7 @@ |
|
|
#ifndef SIGINFO |
|
|
#ifndef SIGINFO |
|
|
#define SIGINFO SIGUSR1 |
|
|
#define SIGINFO SIGUSR1 |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifndef _NSIG |
|
|
|
|
|
#define _NSIG NSIG |
|
|
|
|
|
#endif |