diff options
Diffstat (limited to 'scripts/t/Dpkg_Shlibs/spacesyms.map')
-rw-r--r-- | scripts/t/Dpkg_Shlibs/spacesyms.map | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Shlibs/spacesyms.map b/scripts/t/Dpkg_Shlibs/spacesyms.map new file mode 100644 index 0000000..0053446 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/spacesyms.map @@ -0,0 +1,7 @@ +V1 { + global: symshortver*; +}; + +VERY_LONG_VERSION_1 { + global: symlongver*; +} V1; |