diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-10 14:13:25 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-10 16:37:02 +0100 |
| commit | 083e78159dfe39202cfd867a558a1ec6487ec476 (patch) | |
| tree | 55eb94a36db86878b0e2f5eaff5c08a0288a73c4 /sys/linux/sys_386.const | |
| parent | ba64d006de17a5bfa0c99e4b96711ba42f82e199 (diff) | |
sys: consistently mark all paddings as const[0]
Diffstat (limited to 'sys/linux/sys_386.const')
| -rw-r--r-- | sys/linux/sys_386.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index e6afa19f0..32580b5ae 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.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 |
