Skip to content
Snippets Groups Projects
Commit 731028bd authored by Simon McVittie's avatar Simon McVittie
Browse files

capsule-shim.h: Make sure exported stubs get exported

parent 10828bb4
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -26,7 +26,7 @@
#include <capsule.h>
#define UNVERSIONED_STUB(name) \
void name (void) __attribute__((noreturn)); \
void name (void) __attribute__((noreturn,visibility("default"))); \
void name (void) \
{ \
fprintf(stderr, "! SHIM " #name " called\n" ); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment