move time64 ioctl numbers to generic bits/ioctl.h
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 00:22:41 +0000 (20:22 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Nov 2019 22:30:56 +0000 (18:30 -0400)
commitb60fdf133c033d4ad6b04a8237f253563fae5928
tree57b2e9aac0bc4b00c10415f16a6b34ce41d427c2
parentc71dbb24c947dc14f43960bfec4da670fccba580
move time64 ioctl numbers to generic bits/ioctl.h

now that all 32-bit archs have 64-bit time types, the values for the
time-related ioctls can be shared. the mechanism for this is an
arch/generic version of the bits header. archs which don't use the
generic header still need to duplicate the definitions.

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/ioctl_fix.h
arch/generic/bits/ioctl.h
arch/i386/bits/ioctl_fix.h [deleted file]
arch/m68k/bits/ioctl_fix.h [deleted file]
arch/microblaze/bits/ioctl_fix.h [deleted file]
arch/or1k/bits/ioctl_fix.h [deleted file]