]> git.eshelyaron.com Git - emacs.git/commitdiff
(sys_siglist) [AIX]: Add AIXHFT conditional.
authorRichard M. Stallman <rms@gnu.org>
Sat, 10 Dec 1994 07:47:21 +0000 (07:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 10 Dec 1994 07:47:21 +0000 (07:47 +0000)
src/sysdep.c

index 7c8a072eb90568de449d32ac5c2379badbd00189..8e1f4f09979e19cc42798f85953c702ca42bcf4e 100644 (file)
@@ -3010,10 +3010,12 @@ char *sys_siglist[NSIG + 1] =
   "LAN I/O interrupt",                 /* 25 SIGAIO */
   "PTY I/O interrupt",                 /* 26 SIGPTY */
   "I/O intervention required",         /* 27 SIGIOINT */
+#ifdef AIXHFT
   "HFT grant",                         /* 28 SIGGRANT */
   "HFT retract",                       /* 29 SIGRETRACT */
   "HFT sound done",                    /* 30 SIGSOUND */
   "HFT input ready",                   /* 31 SIGMSG */
+#endif
 #else /* not AIX */
   "bogus signal",                      /* 0 */
   "hangup",                            /* 1  SIGHUP */