mirror of https://git.musl-libc.org/git/musl
Browse Source
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.master
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
#undef SIOCGSTAMP |
|||
#undef SIOCGSTAMPNS |
|||
#define SIOCGSTAMP 0x8906 |
|||
#define SIOCGSTAMPNS 0x8907 |
|||
Loading…
Reference in new issue