summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-12-10 07:47:21 +0000
committerRichard M. Stallman <rms@gnu.org>1994-12-10 07:47:21 +0000
commit83f44b6017d036b825915d656388588574b9aba0 (patch)
tree68648bc23b1df6c2bdbfdd17d1546061bf5b8728 /src
parentf33db47a46ff665fb7f40628354b3b9e5d2de710 (diff)
downloademacs-83f44b6017d036b825915d656388588574b9aba0.tar.gz
(sys_siglist) [AIX]: Add AIXHFT conditional.
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 7c8a072eb90..8e1f4f09979 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -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 */