From: Rich Felker Date: Fri, 1 Nov 2019 03:40:10 +0000 (-0400) Subject: add x32 bits/ioctl_fix.h defining time-related sockios macros X-Git-Tag: v1.2.0~67 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5127927f4ba449aff16f6a6db0224a24490ff5b9;p=oweals%2Fmusl.git 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. --- diff --git a/arch/x32/bits/ioctl_fix.h b/arch/x32/bits/ioctl_fix.h new file mode 100644 index 00000000..83b957bd --- /dev/null +++ b/arch/x32/bits/ioctl_fix.h @@ -0,0 +1,4 @@ +#undef SIOCGSTAMP +#undef SIOCGSTAMPNS +#define SIOCGSTAMP 0x8906 +#define SIOCGSTAMPNS 0x8907