From a3d9f7e34dbad7e7c6804ee5107c3ddcf0bfef22 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 25 Jan 2019 16:10:00 +0100 Subject: sys/linux: fix up mptcp descriptions 1. Generate .const files for all arches. 2. Don't extract mptcp consts on android. 3. Remove mptcp includes from vnet.txt. 4. Enable CONFIG_MPTCP in syz-extract (mptcp is not like all other kernel headers). --- sys/linux/trusty_386.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/trusty_386.const') diff --git a/sys/linux/trusty_386.const b/sys/linux/trusty_386.const index c052c1e58..6d15b6133 100644 --- a/sys/linux/trusty_386.const +++ b/sys/linux/trusty_386.const @@ -71,4 +71,5 @@ TRUSTY_STORAGE_FILE_WRITE = 10 TRUSTY_STORAGE_RPMB_SEND = 16 __NR_ioctl = 54 __NR_openat = 295 +__NR_read = 3 __NR_write = 4 -- cgit mrf-deployment