make time-related socket options overridable by arch bits files
authorRich Felker <dalias@aerifal.cx>
Thu, 31 Oct 2019 20:48:30 +0000 (16:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commit0bbc04c98115440d15a51d6b2ba087ea79c56ad9
treea715706ca7dd2651e6db8f2e71611e69d99d6947
parentde90f38e3b105802655d19d965d66335d25d59ef
make time-related socket options overridable by arch bits files

SO_RCVTIMEO and SO_SNDTIMEO already were, but only in aggregate with
SO_DEBUG and all of the other low/traditional options that varied per
arch. SO_TIMESTAMP* are newly overridable. the two groups have to be
done separately since mips64 and powerpc64 will override the former
but not the latter.

at some point this should be cleaned up to use bits headers more
idiomatically.
include/sys/socket.h