move time64 socket options from arch bits to top-level sys/socket.h
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 00:11:08 +0000 (20:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commitc71dbb24c947dc14f43960bfec4da670fccba580
treea2430f8fb3c64fcf87a339b63485b51d698a50df
parent38143339646a4ccce8afe298c34467767c899f51
move time64 socket options from arch bits to top-level sys/socket.h

now that all 32-bit archs have 64-bit time types, the values for the
time-related socket option macros can be treated as universal for
32-bit archs. the sys/socket.h mechanism for this predates
arch/generic and is instead in the top-level header.

x32, which does not use the new time64 values of the macros, already
has its own overrides, so this commit does not affect it.
arch/arm/bits/socket.h [deleted file]
arch/i386/bits/socket.h [deleted file]
arch/m68k/bits/socket.h [deleted file]
arch/microblaze/bits/socket.h [deleted file]
arch/mips/bits/socket.h
arch/mipsn32/bits/socket.h
arch/or1k/bits/socket.h [deleted file]
arch/powerpc/bits/socket.h
arch/sh/bits/socket.h [deleted file]
include/sys/socket.h