Several ports fixes

This commit is contained in:
Michiel Broek
2005-01-06 22:21:59 +00:00
parent d7495fce84
commit f5b04a48ab
10 changed files with 20 additions and 10 deletions

View File

@@ -36,7 +36,7 @@
* Signal handler signal names.
*/
#if defined(__i386__)
#if defined(__i386__) || defined(__x86_64__)
char SigName[32][16] = { "NOSIGNAL",
"SIGHUP", "SIGINT", "SIGQUIT", "SIGILL",