Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-18 | remove utterly wrong includes from mips64/n32 bits/stat.h | Rich Felker | 1 | -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. | |||||
2016-03-06 | add mips64 port | Rich Felker | 1 | -0/+23 | |
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies. |