aboutsummaryrefslogtreecommitdiffstats
path: root/symbols.filter
diff options
context:
space:
mode:
authorRenato Filho <renato.filho@openbossa.org>2010-05-21 11:19:09 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:03 -0300
commit73d7cfa75642672e4fe2ccd52eae872a16953dba (patch)
tree57f3434c6ed080cbff532f244b637813617455de /symbols.filter
parent5c8f288633bede95d3f7d8a587f439c3e068e395 (diff)
Avoid export unnecessary symbols to public api.
Fixes bug #209. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org>, Hugo Parente Lima <hugo.lima@openbossa.org>
Diffstat (limited to 'symbols.filter')
-rw-r--r--symbols.filter7
1 files changed, 7 insertions, 0 deletions
diff --git a/symbols.filter b/symbols.filter
new file mode 100644
index 000000000..af6c744dd
--- /dev/null
+++ b/symbols.filter
@@ -0,0 +1,7 @@
+{
+local:
+_ZSt*;
+_ZNSt*;
+_ZNSs*;
+_ZNKSt*;
+};