switch all existing 32-bit archs to 64-bit time_t
[oweals/musl.git] / arch / microblaze / bits / ioctl_fix.h
1 #undef SIOCGSTAMP
2 #undef SIOCGSTAMPNS
3 #define SIOCGSTAMP      _IOR(0x89, 6, char[16])
4 #define SIOCGSTAMPNS    _IOR(0x89, 7, char[16])