summaryrefslogtreecommitdiff
path: root/global.sym
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-08 13:23:16 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-08 13:23:16 +0000
commitf25172013443eb112285f24a09b83900edb8a738 (patch)
tree678f9789da4edbccaa4836270985332e36f7f449 /global.sym
parent651b9576cc8d7812bbcba060854ec8a56f698aae (diff)
downloadperl-f25172013443eb112285f24a09b83900edb8a738.tar.gz
make safesysmalloc() etc., always available; safemalloc() et al are
now macros that point to the right malloc; fix various places in sources that need to always use safesysmalloc() et al p4raw-id: //depot/perl@2834
Diffstat (limited to 'global.sym')
-rw-r--r--global.sym8
1 files changed, 4 insertions, 4 deletions
diff --git a/global.sym b/global.sym
index 0c6eece211..7295be6a9f 100644
--- a/global.sym
+++ b/global.sym
@@ -435,10 +435,10 @@ runops_standard
rxres_free
rxres_restore
rxres_save
-safecalloc
-safefree
-safemalloc
-saferealloc
+safesyscalloc
+safesysfree
+safesysmalloc
+safesysrealloc
safexcalloc
safexfree
safexmalloc