diff options
author | Rich Felker <dalias@aerifal.cx> | 2019-11-01 20:22:41 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2019-11-02 18:30:56 -0400 |
commit | b60fdf133c033d4ad6b04a8237f253563fae5928 (patch) | |
tree | 57b2e9aac0bc4b00c10415f16a6b34ce41d427c2 /arch/arm/bits/ioctl_fix.h | |
parent | c71dbb24c947dc14f43960bfec4da670fccba580 (diff) | |
download | musl-b60fdf133c033d4ad6b04a8237f253563fae5928.zip musl-b60fdf133c033d4ad6b04a8237f253563fae5928.tar.gz musl-b60fdf133c033d4ad6b04a8237f253563fae5928.tar.bz2 |
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.
Diffstat (limited to 'arch/arm/bits/ioctl_fix.h')
-rw-r--r-- | arch/arm/bits/ioctl_fix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/bits/ioctl_fix.h b/arch/arm/bits/ioctl_fix.h index dfa1886..ebb383d 100644 --- a/arch/arm/bits/ioctl_fix.h +++ b/arch/arm/bits/ioctl_fix.h @@ -1,7 +1,2 @@ #undef FIOQSIZE #define FIOQSIZE 0x545e - -#undef SIOCGSTAMP -#undef SIOCGSTAMPNS -#define SIOCGSTAMP _IOR(0x89, 6, char[16]) -#define SIOCGSTAMPNS _IOR(0x89, 7, char[16]) |