commit | bd3873ac55e3b9703003d7846b9cc43cffe58175 | [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 | 5c6a180f6b2a192ba22cfdd742f83566b94cc74c [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