musl/arch
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
..
aarch64 remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
arm duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
generic move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
i386 duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
m68k duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
microblaze duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
mips get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
mips64 get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
mipsn32 get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
or1k remove arch-specific bits/ipc.h that are identical to generic 2019-07-30 14:23:56 -04:00
powerpc get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
powerpc64 get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
riscv64 remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
s390x remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
sh duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
x32 move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
x86_64 remove arch-specific bits/ipc.h that are identical to generic 2019-07-30 14:23:56 -04:00