]> git.eshelyaron.com Git - emacs.git/commitdiff
(sigsetmask, _longjmp, _setjmp): #undef them.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 1996 03:36:38 +0000 (03:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 1996 03:36:38 +0000 (03:36 +0000)
(_BSD_SIGNALS): Definition deleted.

src/s/irix5-0.h

index 31754342d59aaa8fe15806adf9e38cd4acb74b2f..1799e34562de1d76461fdc38dd0a6464afa0a630 100644 (file)
@@ -2,8 +2,9 @@
 
 #define IRIX5
 
-/* We want BSD style signals. */
-#define _BSD_SIGNALS
+#undef sigsetmask  /* use sys_sigsetmask */
+#undef _longjmp /* use system versions, not conservative aliases */
+#undef _setjmp 
 
 #define SETPGRP_RELEASES_CTTY