Fix visibility of u_thread functions by inlining them
authorMatt Turner <mattst88@gmail.com>
Tue, 24 Jan 2012 15:05:52 +0000 (10:05 -0500)
committerMatt Turner <mattst88@gmail.com>
Thu, 26 Jan 2012 17:05:33 +0000 (12:05 -0500)
commitb7a81b6e511c03876c852d049befa50079c74ec5
tree65226c6bf52556e38e248bec33699daca908781e
parent0a966a686e72959801b435fb170f561e30334d2e
Fix visibility of u_thread functions by inlining them

-fvisibility=hidden was preventing them from being exported, which
combined with shared-glapi was causing undefined symbol errors at
runtime.

We don't want to make these functions part of the ABI, and given
how simple they are, we simply inline them.
src/mapi/mapi/sources.mak
src/mapi/mapi/u_thread.c [deleted file]
src/mapi/mapi/u_thread.h