add x32 bits/ioctl_fix.h defining time-related sockios macros
authorRich Felker <dalias@aerifal.cx>
Fri, 1 Nov 2019 03:40:10 +0000 (23:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commit5127927f4ba449aff16f6a6db0224a24490ff5b9
tree8515208296f39884db51083b73f79302439583ab
parentaad3e0c5b88a9455eab8dea94562f2441ecc58c9
add x32 bits/ioctl_fix.h defining time-related sockios macros

these definitions are copied from generic bits/ioctl.h, so that x32
keeps the "_OLD" versions (which are already time64 on x32) when
32-bit archs switch to 64-bit time_t.
arch/x32/bits/ioctl_fix.h [new file with mode: 0644]