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.
Showing
arch/arm/bits/socket.h
已删除
100644 → 0
arch/i386/bits/socket.h
已删除
100644 → 0
arch/m68k/bits/socket.h
已删除
100644 → 0
arch/microblaze/bits/socket.h
已删除
100644 → 0
arch/or1k/bits/socket.h
已删除
100644 → 0
arch/sh/bits/socket.h
已删除
100644 → 0
想要评论请 注册 或 登录