diff options
-rw-r--r-- | arch/x32/bits/socket.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x32/bits/socket.h b/arch/x32/bits/socket.h new file mode 100644 index 00000000..8d830010 --- /dev/null +++ b/arch/x32/bits/socket.h @@ -0,0 +1,5 @@ +#define SO_RCVTIMEO 20 +#define SO_SNDTIMEO 21 +#define SO_TIMESTAMP 29 +#define SO_TIMESTAMPNS 35 +#define SO_TIMESTAMPING 37 |