summaryrefslogtreecommitdiff
path: root/math/libm.map
diff options
context:
space:
mode:
Diffstat (limited to 'math/libm.map')
-rw-r--r--math/libm.map9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/libm.map b/math/libm.map
new file mode 100644
index 0000000000..205578d2c2
--- /dev/null
+++ b/math/libm.map
@@ -0,0 +1,9 @@
+GLIBC_2.0 {
+ global:
+ # all functions and variables in the normal name space
+ a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*;
+ n*; o*; p*; q*; r*; s*; t*; u*; v*; w*; x*; y*; z*;
+
+ local:
+ *;
+};