diff options
Diffstat (limited to '')
-rw-r--r-- | src/test.syms | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test.syms b/src/test.syms new file mode 100644 index 0000000..40cdd2e --- /dev/null +++ b/src/test.syms @@ -0,0 +1,9 @@ +# Symbol file for the linker. For testing in configure.ac only +TEST { + global: + # two work-around for a broken link + environ; + __progname; + local: + *; +}; |