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_amd64.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/random_amd64.const') diff --git a/sys/linux/random_amd64.const b/sys/linux/random_amd64.const index 5e9745cf2..c29e2aec8 100644 --- a/sys/linux/random_amd64.const +++ b/sys/linux/random_amd64.const @@ -1,7 +1,9 @@ # AUTOGENERATED FILE +# AT_FDCWD is not set RNDADDENTROPY = 1074287107 RNDADDTOENTCNT = 1074024961 RNDCLEARPOOL = 20998 RNDGETENTCNT = 2147766784 RNDZAPENTCNT = 20996 __NR_ioctl = 16 +__NR_openat = 257 -- cgit mrf-deployment