getaddrinfo: Doc fix.
[pspp] / tests / test-signal.c
index 116fe052794a13eab3444cd72d15030142b5b9d6..7103e1ff19cddd1d1ac39a8baf1dcf8420d792cc 100644 (file)
@@ -59,7 +59,8 @@ main (void)
 #ifdef SIGALRM
     case SIGALRM:
 #endif
-#ifdef SIGBUS
+      /* On Haiku, SIGBUS is mistakenly equal to SIGSEGV.  */
+#if defined SIGBUS && SIGBUS != SIGSEGV
     case SIGBUS:
 #endif
 #ifdef SIGCHLD