From 083e78159dfe39202cfd867a558a1ec6487ec476 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 10 Dec 2018 14:13:25 +0100 Subject: sys: consistently mark all paddings as const[0] --- sys/linux/sys.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/linux/sys.txt') diff --git a/sys/linux/sys.txt b/sys/linux/sys.txt index b34945e51..95a61f767 100644 --- a/sys/linux/sys.txt +++ b/sys/linux/sys.txt @@ -523,8 +523,8 @@ stat { mnsec int32 ctime int32 cnsec int32 - pad1 int32 - pad2 int32 + pad1 const[0, int32] + pad2 const[0, int32] } statx { @@ -743,9 +743,9 @@ siginfo { signo signalno errno int32 code int32 - pad3 int32 -# actual size is 128 bytes -} +} [size[SIGINFO_SIZE]] + +define SIGINFO_SIZE sizeof(struct siginfo) timex { stuff0 intptr -- cgit mrf-deployment