summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-05-22 21:52:09 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-22 21:52:09 +0000
commitc2eedc99248ed491bd3adca6a18e9b70c440a2ec (patch)
tree4b47b3a06125e0e9dbb2138bfd79c69cf904934a /hints/hpux.sh
parentd334a774e0221a7562a9982157d75b00b084b2e0 (diff)
downloadperl-c2eedc99248ed491bd3adca6a18e9b70c440a2ec.tar.gz
HP-UX 11.00 io_xs hangup workaround.
p4raw-id: //depot/perl@16743
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index c08cdf9e77..89032fcfe1 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -548,11 +548,14 @@ EOM
libswanted="$*"
fi
- usemymalloc='n'
;;
esac
EOCBU
+# The mysterious io_xs memory corruption in 11.00 32bit seems to get
+# fixed by not using Perl's malloc.
+usemymalloc='n'
+
# fpclassify() is a macro, the library call is Fpclassify
# Similarly with the others below.
d_fpclassify='define'