musl/arch/powerpc64
Rich Felker 51fd67fcbf get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
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.
2019-07-31 20:20:57 -04:00
..
bits move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
atomic_arch.h fix broken atomic store on powerpc[64] 2018-09-14 10:47:16 -04:00
crt_arch.h
kstat.h decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
pthread_arch.h make thread-pointer-loading asm non-volatile 2018-10-16 14:11:46 -04:00
reloc.h fix ld-behavior-dependent crash in ppc64 ldso startup 2017-03-08 13:35:33 -05:00
syscall_arch.h get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00