aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/mptcp.txt.warn
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-01-17 17:37:49 +0100
committerDmitry Vyukov <dvyukov@google.com>2020-01-18 21:02:24 +0100
commitd2f8d5ab46fe67b2f03387be9e6f38ffe5f227ba (patch)
treef5bfbe679147e06398db2601ec3b4ecb93d6c207 /sys/linux/mptcp.txt.warn
parent773117bf811a6e7f9d13bb966dc4956774e88207 (diff)
sys/linux: fix sigset_t/sigaction layout on arm
Update #590
Diffstat (limited to 'sys/linux/mptcp.txt.warn')
-rw-r--r--sys/linux/mptcp.txt.warn8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/linux/mptcp.txt.warn b/sys/linux/mptcp.txt.warn
index a203eaeff..65da5c6f1 100644
--- a/sys/linux/mptcp.txt.warn
+++ b/sys/linux/mptcp.txt.warn
@@ -1,12 +1,12 @@
compiler: unsupported struct: mptcp_capable_option due to missing const OPTION_MP_CAPABLE [arm64]
compiler: unsupported struct: mptcp_add_addr_option due to missing const OPTION_ADD_ADDR [arm64]
-no-such-struct: mptcp_mp_join_option
compiler: unsupported struct: mptcp_mp_join_option due to missing const OPTION_MP_JOIN [arm64]
-no-such-struct: mptcp_syn_option
+no-such-struct: mptcp_mp_join_option
compiler: unsupported struct: mptcp_syn_option due to missing const OPTION_TYPE_SYN [arm64]
-no-such-struct: mptcp_synack_option
+no-such-struct: mptcp_syn_option
compiler: unsupported struct: mptcp_synack_option due to missing const OPTION_TYPE_SYNACK [arm64]
+no-such-struct: mptcp_synack_option
compiler: unsupported struct: mptcp_ack_option due to missing const OPTION_TYPE_ACK [arm64]
-no-such-struct: mptcp_mp_fclose_option
compiler: unsupported struct: mptcp_mp_fclose_option due to missing const OPTION_MP_FCLOSE [arm64]
+no-such-struct: mptcp_mp_fclose_option
compiler: unsupported struct: mptcp_remove_addr_option due to missing const OPTION_REMOVE_ADDR [arm64]