From 664ef9a3e1016e80fc1fcbbef6e9f66a2ededfe6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 30 Jun 2018 19:34:41 +0200 Subject: pkg/compiler: check for unused declarations Error on unused structs/unions/resources/flags. Finds tons of bugs. --- sys/linux/random_386.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/random_386.const') diff --git a/sys/linux/random_386.const b/sys/linux/random_386.const index b836fe08a..c6e5a9c46 100644 --- a/sys/linux/random_386.const +++ b/sys/linux/random_386.const @@ -1,7 +1,9 @@ # AUTOGENERATED FILE +# AT_FDCWD is not set RNDADDENTROPY = 1074287107 RNDADDTOENTCNT = 1074024961 RNDCLEARPOOL = 20998 RNDGETENTCNT = 2147766784 RNDZAPENTCNT = 20996 __NR_ioctl = 54 +__NR_openat = 295 -- cgit mrf-deployment