diff options
| author | Andy Nguyen <theflow@google.com> | 2020-08-23 12:12:32 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-08-23 12:31:52 +0200 |
| commit | cef5ae6814696260ff58c538a1b6044af90c5979 (patch) | |
| tree | 02bd6b5f7f79fef2c33876c969f847e47e13c2ab /pkg/csource/generated.go | |
| parent | 5bde7c3b04ebdee3e83abb0f53ba985ae937e2ea (diff) | |
executor/common_linux.h: make rfkill_unblock_all static
Diffstat (limited to 'pkg/csource/generated.go')
| -rw-r--r-- | pkg/csource/generated.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/csource/generated.go b/pkg/csource/generated.go index 334cbe167..b5dc79b54 100644 --- a/pkg/csource/generated.go +++ b/pkg/csource/generated.go @@ -5486,7 +5486,7 @@ struct vhci_vendor_pkt { static int vhci_fd = -1; -void rfkill_unblock_all() +static void rfkill_unblock_all() { int fd = open("/dev/rfkill", O_WRONLY); if (fd < 0) |
