diff options
| -rw-r--r-- | arch/x32/bits/ioctl_fix.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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 | 
