diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-22 21:52:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-22 21:52:09 +0000 |
commit | c2eedc99248ed491bd3adca6a18e9b70c440a2ec (patch) | |
tree | 4b47b3a06125e0e9dbb2138bfd79c69cf904934a /hints | |
parent | d334a774e0221a7562a9982157d75b00b084b2e0 (diff) | |
download | perl-c2eedc99248ed491bd3adca6a18e9b70c440a2ec.tar.gz |
HP-UX 11.00 io_xs hangup workaround.
p4raw-id: //depot/perl@16743
Diffstat (limited to 'hints')
-rw-r--r-- | hints/hpux.sh | 5 |
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' |