about summary refs log tree commit diff
path: root/arch/mips64/bits/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* remove indirect use of endian.h from public headersRich Felker2019-10-171-2/+0
| | | | | | | | building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea, __BYTE_ORDER is now available wherever alltypes.h is included. endian.h should not be used since, in the future, it will expose identifiers that are not in the reserved namespace for the headers which were previously using it.
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-261-0/+1
| | | | adapted from patch by Matthias Schiffer.
* add mips64 portRich Felker2016-03-061-0/+68
patch by Mahesh Bodapati and Jaydeep Patil of Imagination Technologies.