aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/socket.txt')
-rw-r--r--sys/linux/socket.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt
index 8c495d886..bd6f19679 100644
--- a/sys/linux/socket.txt
+++ b/sys/linux/socket.txt
@@ -190,9 +190,9 @@ type cmsghdr_unaligned[SOL, TYP, DATA] {
# For __sock_cmsg_send
cmsghdr_sock [
- mark cmsghdr_unaligned[SOL_SOCKET, SO_MARK, int32]
- timestamping cmsghdr_unaligned[SOL_SOCKET, SO_TIMESTAMPING_OLD, int32]
- txtime cmsghdr_unaligned[SOL_SOCKET, SCM_TXTIME, int64]
+ mark cmsghdr_t[SOL_SOCKET, SO_MARK, int32]
+ timestamping cmsghdr_t[SOL_SOCKET, SO_TIMESTAMPING_OLD, int32]
+ txtime cmsghdr_t[SOL_SOCKET, SCM_TXTIME, int64]
] [varlen]
# Socket options