commit | 2a14bc0849eba535b3c675356f943a678a8d9853 | [log] [tgz] |
---|---|---|
author | Scott James Remnant <keybuk@google.com> | Thu Apr 02 15:22:22 2015 -0700 |
committer | Scott James Remnant <keybuk@google.com> | Thu Apr 02 15:23:24 2015 -0700 |
tree | a2f8f5e2263a25edc74c08d81ecb9d5825df8d1d | |
parent | 656c5a8c9ca254ce12f7acf4336fbc63998cc9e6 [diff] |
Make atomic functions static, as well as inline 'inline' is only a hint for the compiler, and if ignored this results in extern functions being created. Add 'static' so that the resulting functions are also only local to the compilation unit. Change-Id: I947201b8170c8c73f15e7ccdd68cfc7f07cde1e9