Skip to content

Fix link failure with gcc 10

Adam Jackson requested to merge ajax/xf86-video-ati:gcc10 into master

Without the 'extern' this looks like a definition not just a declaration, in every file that includes the header. gcc 10 is stricter about this kind of multiple definition.

Merge request reports