summaryrefslogtreecommitdiff
path: root/arch/mipsn32/bits/signal.h
AgeCommit message (Collapse)AuthorLines
2020-05-21fix incorrect SIGSTKFLT on all mips archsRich Felker-1/+1
signal 7 is SIGEMT on Linux mips* ABI according to the man pages and kernel. it's not clear where the wrong name came from but it dates back to original mips commit.
2016-04-18add mips n32 port (ILP32 ABI for mips64)Rich Felker-0/+143
based on patch submitted by Jaydeep Patil, with minor changes.