aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg_386.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-02-01 20:08:32 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-02-01 20:18:51 +0100
commite86ddaca2eac4d5b854e7e2ec4b315302ff0e13f (patch)
tree50ed41a93458987feb750426942622d1360b4c19 /sys/linux/socket_alg_386.const
parentad2c9da9fbaeee1d362730714d0a01e895ed2e20 (diff)
sys/syz-extract: save unsupported consts to the const files
We currently print unsupported consts to console during make extract. But this is not very useful as there are too many output now. This also does not allow to understand what's unsupported in newly checked-in descriptions, or what's unsupported in all current decriptions. Save unsupported consts to the const files instead. This solves all of the above problems.
Diffstat (limited to 'sys/linux/socket_alg_386.const')
-rw-r--r--sys/linux/socket_alg_386.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_alg_386.const b/sys/linux/socket_alg_386.const
index eff83f879..d9557882c 100644
--- a/sys/linux/socket_alg_386.const
+++ b/sys/linux/socket_alg_386.const
@@ -33,6 +33,7 @@ CRYPTO_ALG_TYPE_RNG = 12
CRYPTO_ALG_TYPE_SHASH = 14
SOCK_SEQPACKET = 5
SOL_ALG = 279
+# __NR_accept is not set
__NR_accept4 = 364
__NR_bind = 361
__NR_sendmmsg = 345