* sysdeps/mach/hurd/bits/socket.h: add SO_TIMESTAMP enum entry
and define corresponding preprocessor macro.
Message-ID: <
20260531195342.1633-1-dnietoc@gmail.com>
#define SO_OOBINLINE SO_OOBINLINE
SO_REUSEPORT = 0x0200, /* Allow local address and port reuse. */
#define SO_REUSEPORT SO_REUSEPORT
+ SO_TIMESTAMP = 0x0400, /* Timestamp received dgram traffic */
+#define SO_TIMESTAMP SO_TIMESTAMP
SO_SNDBUF = 0x1001, /* Send buffer size. */
#define SO_SNDBUF SO_SNDBUF
SO_RCVBUF = 0x1002, /* Receive buffer. */