diff options
| -rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 3de75eb6dc6..29505c31cfa 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -2935,8 +2935,12 @@ char *sys_siglist[NSIG + 1] = | |||
| 2935 | "exceeded file size limit", /* 31 SIGXFSZ */ | 2935 | "exceeded file size limit", /* 31 SIGXFSZ */ |
| 2936 | "process's lwps are blocked", /* 32 SIGWAITING */ | 2936 | "process's lwps are blocked", /* 32 SIGWAITING */ |
| 2937 | "special signal used by thread library", /* 33 SIGLWP */ | 2937 | "special signal used by thread library", /* 33 SIGLWP */ |
| 2938 | #ifdef SIGFREEZE | ||
| 2938 | "Special Signal Used By CPR", /* 34 SIGFREEZE */ | 2939 | "Special Signal Used By CPR", /* 34 SIGFREEZE */ |
| 2940 | #endif | ||
| 2941 | #ifdef SIGTHAW | ||
| 2939 | "Special Signal Used By CPR", /* 35 SIGTHAW */ | 2942 | "Special Signal Used By CPR", /* 35 SIGTHAW */ |
| 2943 | #endif | ||
| 2940 | #endif /* sun */ | 2944 | #endif /* sun */ |
| 2941 | #endif /* not AIX */ | 2945 | #endif /* not AIX */ |
| 2942 | 0 | 2946 | 0 |