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

capsule-mkstublib: Declare prefix as static


This avoids accidentally exporting it, and fixes the build of generated
code with -Wmissing-declarations.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 731028bd
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -95,7 +95,7 @@ done < $symbol_file;
cat - <<EOF
static Lmid_t symbol_ns;
static char *prefix;
static const char *prefix;
static void *dso;
// should we exclude libpthread here?
// in any case, these are DSOs we do _not_ want to isolate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment