diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:45:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 00:45:20 +0000 |
commit | 9a08cbfcc1ef900a04580f35afe2a4592d7d6030 (patch) | |
tree | 004cc7027bca2f2c0bcb5806527c8e0c48df2d6e /scripts/t/Dpkg_Shlibs/patterns.map | |
parent | Initial commit. (diff) | |
download | dpkg-upstream.tar.xz dpkg-upstream.zip |
Adding upstream version 1.19.8.upstream/1.19.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/t/Dpkg_Shlibs/patterns.map')
-rw-r--r-- | scripts/t/Dpkg_Shlibs/patterns.map | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/t/Dpkg_Shlibs/patterns.map b/scripts/t/Dpkg_Shlibs/patterns.map new file mode 100644 index 0000000..ace30b7 --- /dev/null +++ b/scripts/t/Dpkg_Shlibs/patterns.map @@ -0,0 +1,9 @@ +SYMVER_1 { + global: + _ZN3NSB6Symver*; +}; + +SYMVEROPT_2 { + global: + _ZN3NSB14SymverOptional*; +}; |