commit | 1b3dcdee22340c484f931b31bb085dfa68b953a7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 06 09:15:35 2020 -0700 |
committer | Josh Gao <jmgao@google.com> | Mon Apr 13 17:17:31 2020 -0700 |
tree | a7f85e7daea55d2885616b4e5cc3090d0038e2a6 | |
parent | 2efd7695a90230dd7cc2520e5066acb999a1f50b [diff] |
Add missing `static` for macOS inline. Also switch to #pragma once and s/__inline__/inline/g for consistency. There are a handful of inlines that are missing static, which seems like a bug, but I've left those for now. Bug: http://b/153328340 Test: treehugger Change-Id: I2353215c0a8a6154ce8b39ecde022b282f5c0cb9 Merged-In: I2353215c0a8a6154ce8b39ecde022b282f5c0cb9 (cherry picked from commit 681338dfb60fe262f5fd1c736f857d9743da7853)