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/fuchsia/posix.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/fuchsia') diff --git a/sys/fuchsia/posix.txt b/sys/fuchsia/posix.txt index 9a5cdc156..519b8d3bc 100644 --- a/sys/fuchsia/posix.txt +++ b/sys/fuchsia/posix.txt @@ -96,7 +96,6 @@ at_flags = AT_EMPTY_PATH, AT_SYMLINK_NOFOLLOW, AT_SYMLINK_FOLLOW, AT_NO_AUTOMOUN utimensat_flags = 0, AT_SYMLINK_NOFOLLOW linkat_flags = AT_EMPTY_PATH, AT_SYMLINK_FOLLOW unlinkat_flags = 0, AT_REMOVEDIR -flock_op = LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB faccessat_flags = 0x100, 0x200, 0x400, 0x800, 0x1000 iovec_in { @@ -113,11 +112,6 @@ sigset { mask int64 } -sigset_size { - ss ptr[inout, sigset] - len len[ss, intptr] -} - fd_set { mask0 int64 mask1 int64 -- cgit mrf-deployment