From: Jarkko Hietaniemi Date: Wed, 22 May 2002 21:52:09 +0000 (+0000) Subject: HP-UX 11.00 io_xs hangup workaround. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2eedc99248ed491bd3adca6a18e9b70c440a2ec;p=p5sagit%2Fp5-mst-13.2.git HP-UX 11.00 io_xs hangup workaround. p4raw-id: //depot/perl@16743 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index c08cdf9..89032fc 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'