]> git.eshelyaron.com Git - emacs.git/commitdiff
(sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS.
authorRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:39:47 +0000 (18:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 2 Aug 1995 18:39:47 +0000 (18:39 +0000)
src/s/isc4-0.h

index a52e0d821ef61c305a536b700de0f11ece6bd969..379772abbef4bd8b1a828171054ec0823e96b12d 100644 (file)
 /* Tobias Herbert <herbert@clipper.ikp.physik.th-darmstadt.de>
    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 */