changeset 10138:2a0a17f1043e

(sys_siglist) [AIX]: Add AIXHFT conditional.
author Richard M. Stallman <rms@gnu.org>
date Sat, 10 Dec 1994 07:47:21 +0000
parents b841b238f556
children f9b79337418b
files src/sysdep.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/sysdep.c	Sat Dec 10 07:45:45 1994 +0000
+++ b/src/sysdep.c	Sat Dec 10 07:47:21 1994 +0000
@@ -3010,10 +3010,12 @@
   "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 */