summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-07-19 18:57:35 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-07-19 18:57:35 +0000
commit8611d51e05a37be8bd2213eb9254ef3d54848e64 (patch)
treebd8907b743bd983d1522dc6e6df860dfc751ff21
parent51dc0457edfc865734c2af05213330135014b0ab (diff)
downloadperl-8611d51e05a37be8bd2213eb9254ef3d54848e64.tar.gz
Another threaded, perl malloc issue, x2p's Makefile.SH has a
pattern match... p4raw-id: //depot/ansiperl@1571
-rwxr-xr-xx2p/Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH
index 3a8c012cf8..5bec7a0058 100755
--- a/x2p/Makefile.SH
+++ b/x2p/Makefile.SH
@@ -164,7 +164,7 @@ malloc.c: ../malloc.c
-e 's/"EXTERN.h"/"..\/EXTERN.h"/' \
-e 's/"perl.h"/"..\/perl.h"/' \
-e 's/my_exit/exit/' \
- -e 's/MUTEX_[A-Z_]*(&malloc_mutex);//'
+ -e 's/MUTEX_[A-Z_]*(&PL_malloc_mutex);//'
# AUTOMATICALLY GENERATED MAKE DEPENDENCIES--PUT NOTHING BELOW THIS LINE
$(obj):