* paread.c (read_unwind_info): Just assign to objfile->obj_private,
[deliverable/binutils-gdb.git] / gdb / main.c
index 1dafb9f03b7bdb323c165ec45ef41ce551ab2d8e..8270f124b4152cbfc68d0b14486a8bf1e09a5c27 100644 (file)
@@ -324,7 +324,11 @@ static void stop_sig PARAMS ((int));
 
 /* Some System V have job control but not sigsetmask(). */
 #if !defined (HAVE_SIGSETMASK)
-#define HAVE_SIGSETMASK !defined (USG)
+#if !defined (USG)
+#define HAVE_SIGSETMASK 1
+#else
+#define HAVE_SIGSETMASK 0
+#endif
 #endif
 
 #if 0 == (HAVE_SIGSETMASK)
This page took 0.023541 seconds and 4 git commands to generate.