about summary refs log tree commit diff
path: root/arch/mipsn32/bits/signal.h
Commit message (Collapse)AuthorAgeFilesLines
* fix incorrect SIGSTKFLT on all mips archsRich Felker2020-05-211-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.
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+143
based on patch submitted by Jaydeep Patil, with minor changes.