aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/sys_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-12-10 14:13:25 +0100
committerDmitry Vyukov <dvyukov@google.com>2018-12-10 16:37:02 +0100
commit083e78159dfe39202cfd867a558a1ec6487ec476 (patch)
tree55eb94a36db86878b0e2f5eaff5c08a0288a73c4 /sys/linux/sys_amd64.const
parentba64d006de17a5bfa0c99e4b96711ba42f82e199 (diff)
sys: consistently mark all paddings as const[0]
Diffstat (limited to 'sys/linux/sys_amd64.const')
-rw-r--r--sys/linux/sys_amd64.const1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const
index 92789080e..de7ef1836 100644
--- a/sys/linux/sys_amd64.const
+++ b/sys/linux/sys_amd64.const
@@ -499,6 +499,7 @@ SIGEV_NONE = 1
SIGEV_SIGNAL = 0
SIGEV_THREAD = 2
SIGEV_THREAD_ID = 4
+SIGINFO_SIZE = 128
SIG_BLOCK = 0
SIG_SETMASK = 2
SIG_UNBLOCK = 1