diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-30 19:34:41 +0200 |
| commit | 664ef9a3e1016e80fc1fcbbef6e9f66a2ededfe6 (patch) | |
| tree | 3f5829d9ad2ada25336f3bf98b85a65ec517c22e /sys/fuchsia | |
| parent | 9054fae0162950c1fd961819f64b1ac90e5930b3 (diff) | |
pkg/compiler: check for unused declarations
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
Diffstat (limited to 'sys/fuchsia')
| -rw-r--r-- | sys/fuchsia/posix.txt | 6 |
1 files changed, 0 insertions, 6 deletions
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 |
