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_ppc64le.const | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/random_ppc64le.const') diff --git a/sys/linux/random_ppc64le.const b/sys/linux/random_ppc64le.const index d59dedb51..65c96b22b 100644 --- a/sys/linux/random_ppc64le.const +++ b/sys/linux/random_ppc64le.const @@ -1,7 +1,9 @@ # AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 RNDADDENTROPY = 2148028931 RNDADDTOENTCNT = 2147766785 RNDCLEARPOOL = 536891910 RNDGETENTCNT = 1074024960 RNDZAPENTCNT = 536891908 __NR_ioctl = 54 +__NR_openat = 286 -- cgit mrf-deployment