diff --git a/src/s/isc4-0.h b/src/s/isc4-0.h index a52e0d821ef..379772abbef 100644 --- a/src/s/isc4-0.h +++ b/src/s/isc4-0.h @@ -19,9 +19,11 @@ /* Tobias Herbert says this is needed. */ +#ifndef POSIX_SIGNALS #ifndef sigblock #ifndef SIG_BLOCK #define SIG_BLOCK 0 #endif #define sigblock(sig) (sigprocmask (SIG_BLOCK, SIGEMPTYMASK | sig, NULL)) #endif +#endif /* not POSIX_SIGNALS */