diff options
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' |