about summary refs log tree commit diff
path: root/arch/mipsn32/bits/stat.h
Commit message (Collapse)AuthorAgeFilesLines
* remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2019-07-181-3/+0
| | | | | | | | these were overlooked during review. bits headers are not allowed to pull in additional headers (note: that rule is currently broken in other places but just for endian.h). string.h has no place here anyway, and including bits/alltypes.h without defining macros to request types from it is a nop.
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+22
based on patch submitted by Jaydeep Patil, with minor changes.