move time64 socket options from arch bits to top-level sys/socket.h
[musl] / 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])