naddy e69cb49521 Define variables with C linkage to match earlier declarations.
This fixes clang6 errors that "declaration in global scope conflicts
with declaration with C language linkage".  None of these show up
on x86, but some do on aarch64 due to different #ifdef paths.
ok pirofti@
2018-04-28 10:16:25 +00:00
..