about summary refs log tree commit diff
path: root/arch/powerpc64/syscall_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEORich Felker2019-07-311-0/+3
| | | | | | | | | | without this, the SO_RCVTIMEO and SO_SNDTIMEO socket options would stop working on pre-5.1 kernels after time_t is switched to 64-bit and their values are changed to the new time64 versions. new code is written such that it's statically unreachable on 64-bit archs, and on existing 32-bit archs until the macro values are changed to activate 64-bit time_t.
* add powerpc64 portBobby Bingham2016-05-081-0/+87