mirror of
git://git.musl-libc.org/musl
synced 2025-02-09 07:27:09 +00:00
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.
5 lines
100 B
C
5 lines
100 B
C
#undef SIOCGSTAMP
|
|
#undef SIOCGSTAMPNS
|
|
#define SIOCGSTAMP 0x8906
|
|
#define SIOCGSTAMPNS 0x8907
|