diff options
Diffstat (limited to 'debuggerd/tombstone.c')
-rw-r--r-- | debuggerd/tombstone.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debuggerd/tombstone.c b/debuggerd/tombstone.c index 27ab3fe..012337b 100644 --- a/debuggerd/tombstone.c +++ b/debuggerd/tombstone.c @@ -76,7 +76,9 @@ static const char *get_signame(int sig) case SIGFPE: return "SIGFPE"; case SIGSEGV: return "SIGSEGV"; case SIGPIPE: return "SIGPIPE"; +#ifdef SIGSTKFLT case SIGSTKFLT: return "SIGSTKFLT"; +#endif case SIGSTOP: return "SIGSTOP"; default: return "?"; } |