]> code.delx.au - gnu-emacs/blobdiff - src/sysdep.c
Don't declare logb if it is a macro.
[gnu-emacs] / src / sysdep.c
index 3de75eb6dc6f4bc0d65859617d37d59d74134bd6..d7b256c8454e84310507eeb1aa29b41a02e72bd7 100644 (file)
@@ -133,7 +133,7 @@ extern int errno;
 #ifndef MEMORY_IN_STRING_H
 #include <memory.h>
 #endif
-#ifdef TIOCGWINSZ
+#if defined (TIOCGWINSZ) || defined (ISC4_0)
 #ifdef NEED_SIOCTL
 #include <sys/sioctl.h>
 #endif
@@ -141,7 +141,7 @@ extern int errno;
 #include <sys/stream.h>
 #include <sys/ptem.h>
 #endif
-#endif /* TIOCGWINSZ */
+#endif /* TIOCGWINSZ or ISC4_0 */
 #endif /* USG */
 
 extern int quit_char;
@@ -2935,8 +2935,12 @@ char *sys_siglist[NSIG + 1] =
   "exceeded file size limit",              /* 31 SIGXFSZ */
   "process's lwps are blocked",            /*  32 SIGWAITING */
   "special signal used by thread library", /* 33 SIGLWP */
+#ifdef SIGFREEZE
   "Special Signal Used By CPR",            /* 34 SIGFREEZE */
+#endif
+#ifdef SIGTHAW
   "Special Signal Used By CPR",            /* 35 SIGTHAW */
+#endif
 #endif /* sun */
 #endif /* not AIX */
   0