about summary refs log tree commit diff
path: root/arch/mips64/bits/alltypes.h.in
Commit message (Collapse)AuthorAgeFilesLines
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
| | | | | | | now that commit f7f1079796abc6f97c69521d2334e9c7d3945dd8 removed the legacy i386 conditional definition, va_list is in no way arch-specific, and has no reason to be in the future. move it to the shared part of alltypes.h.in
* add mips64 portRich Felker2016-03-061-0/+28
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.