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/linux/binder.txt | |
| parent | 9054fae0162950c1fd961819f64b1ac90e5930b3 (diff) | |
pkg/compiler: check for unused declarations
Error on unused structs/unions/resources/flags.
Finds tons of bugs.
Diffstat (limited to 'sys/linux/binder.txt')
| -rw-r--r-- | sys/linux/binder.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/binder.txt b/sys/linux/binder.txt index 4479ae503..b8c7c1f05 100644 --- a/sys/linux/binder.txt +++ b/sys/linux/binder.txt @@ -22,7 +22,7 @@ ioctl$BINDER_GET_NODE_DEBUG_INFO(fd fd_binder, cmd const[BINDER_GET_NODE_DEBUG_I ioctl$BINDER_WRITE_READ(fd fd_binder, cmd const[BINDER_WRITE_READ], arg ptr[in, binder_write_read]) binder_open_flags = O_RDWR, O_NONBLOCK -legacy_mmap_number_binder = __NR_mmap2 +_ = __NR_mmap2 binder_node_debug_info { ptr binder_ptr |
