handle possibility that SIGEMT replaces SIGSTKFLT in strsignal
authorRich Felker <dalias@aerifal.cx>
Thu, 21 May 2020 17:14:40 +0000 (13:14 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 21 May 2020 20:25:12 +0000 (16:25 -0400)
commit09c54607e372336c243a4b0b52f7a0b579eba73e
tree37d0dc4f9e19d29c638c4529e983b8845077c3a8
parent1b4e84c56df0f8ca30f6bc05962a860f869e71df
handle possibility that SIGEMT replaces SIGSTKFLT in strsignal

presently all archs define SIGSTKFLT but this is not correct. change
strsignal as a prerequisite for fixing that.
src/string/strsignal.c