commit | c9275ee2b11c3a69b07dd8e0272fbf68b287c490 | [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 | 608519e8983b3d3042994394684def889f445186 | |
parent | c228c9a3cb688dcca0ac644a29fe7dea974cea1f [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