diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1996-01-02 01:53:52 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1996-01-02 01:53:52 +0000 |
commit | 38df46765c94ea44defee9d04ddde2f111a06b92 (patch) | |
tree | 6a6c7910158a7527db97f05a475d1f84d13f846f /hints | |
parent | f40219518a6573c0622c41128785309062b01320 (diff) | |
download | perl-38df46765c94ea44defee9d04ddde2f111a06b92.tar.gz |
Note SGI stdio/malloc related problem.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/irix_5.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hints/irix_5.sh b/hints/irix_5.sh index f0769d03f6..5b92cacd84 100644 --- a/hints/irix_5.sh +++ b/hints/irix_5.sh @@ -1,5 +1,9 @@ # irix_5.sh -# Last modified Fri May 5 11:01:23 EDT 1995 +# Last modified Tue Jan 2 14:52:36 EST 1996 +# Apparently, there's a stdio bug that can lead to memory +# corruption using perl's malloc, but not SGI's malloc. +usemymalloc='n' + ld=ld i_time='define' |