HP-UX 11.00 io_xs hangup workaround.
Jarkko Hietaniemi [Wed, 22 May 2002 21:52:09 +0000 (21:52 +0000)]
p4raw-id: //depot/perl@16743

hints/hpux.sh

index c08cdf9..89032fc 100644 (file)
@@ -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'