aboutsummaryrefslogtreecommitdiff
path: root/src/rc.map
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-10-04 17:26:57 +0000
committerRoy Marples <roy@marples.name>2007-10-04 17:26:57 +0000
commita6f2713002db20cd65618c1140ed7d3fbbbb9292 (patch)
tree09e8ad5903ba7472f5f01e410550e2e9c79367db /src/rc.map
parentaf5525f6342c6ceda5913d2f6675d72ea8501ef3 (diff)
inline rc_xmalloc, rc_xrealloc and rc_xstrdup so that the library doesn't expose them.
Diffstat (limited to 'src/rc.map')
-rw-r--r--src/rc.map3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rc.map b/src/rc.map
index 6fb6220b..fa738c37 100644
--- a/src/rc.map
+++ b/src/rc.map
@@ -57,9 +57,6 @@ global:
rc_strlist_join;
rc_strlist_reverse;
rc_waitpid;
- rc_xmalloc;
- rc_xrealloc;
- rc_xstrdup;
local:
*;