summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/private_unnamespace.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/private_unnamespace.sh')
-rwxr-xr-xinclude/jemalloc/internal/private_unnamespace.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/jemalloc/internal/private_unnamespace.sh b/include/jemalloc/internal/private_unnamespace.sh
new file mode 100755
index 00000000..23fed8e8
--- /dev/null
+++ b/include/jemalloc/internal/private_unnamespace.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+for symbol in `cat $1` ; do
+ echo "#undef ${symbol}"
+done