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/binder.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/binder.txt') 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 -- cgit mrf-deployment