diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-01-25 16:10:00 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-01-25 16:10:00 +0100 |
| commit | a3d9f7e34dbad7e7c6804ee5107c3ddcf0bfef22 (patch) | |
| tree | 5520a26ab51407bc35d900a8ef77dd61158cfd76 /sys/linux/trusty_arm.const | |
| parent | 6fde58c61bdd29262e5e1af69b65d3d3d4edf644 (diff) | |
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).
Diffstat (limited to 'sys/linux/trusty_arm.const')
| -rw-r--r-- | sys/linux/trusty_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/trusty_arm.const b/sys/linux/trusty_arm.const index 9a2d4b4a3..d0ab43c1b 100644 --- a/sys/linux/trusty_arm.const +++ b/sys/linux/trusty_arm.const @@ -71,4 +71,5 @@ TRUSTY_STORAGE_FILE_WRITE = 10 TRUSTY_STORAGE_RPMB_SEND = 16 __NR_ioctl = 54 __NR_openat = 322 +__NR_read = 3 __NR_write = 4 |
