commit | 5bebf84845bbe1fd7fa9b12592589b443b3615a2 | [log] [tgz] |
---|---|---|
author | Alistair Strachan <alistair.strachan@imgtec.com> | Mon Mar 06 17:11:43 2017 -0800 |
committer | Jesse Hall <jessehall@google.com> | Fri Apr 14 15:12:06 2017 -0700 |
tree | 2cec75911623d76be5c1b19c6f53330db2a12919 | |
parent | 54cd7e0d2c874f962b63c7a06ea58c97686465fc [diff] |
libsync: ndk: Fix compilation in C mode. Use of 'inline' without 'static' may allow the C compiler to uninline it within the compilation unit, depending on the C standard level. Always using 'static inline' avoids this problem. Test: build + boot to launcher Change-Id: Ifb6e1fa6b84286067ddc2daca4c8942c410e56ab