This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: recent change to gcc
- To: Bruce Korb <bkorb at sco dot COM>
- Subject: Re: recent change to gcc
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 05 Sep 2000 16:43:07 -0600
- Cc: Zack Weinberg <zack at wolery dot cumb dot org>, Graham Stott <grahams at redhat dot com>, Bruce Korb <bkorb at gnu dot org>, Gcc Bug List <bug-gcc at gnu dot org>, GNU Compiler <gcc at gcc dot gnu dot org>
- References: <87zolmo788.fsf@creche.cygnus.com> <39B57174.D6EA374D@sco.com>
- Reply-To: tromey at cygnus dot com
Bruce> "getpagesize" is not POSIX. This is all getting way too yummy. :-(
Bruce> How about forgetting mmap because its implementation is too lame?
There's a big chunk of code in aclocal.m4 that defines getpagesize()
in terms of various other things. What about copying that into the
appropriate header?
Ditching mmap might also be appropriate. I have no idea.
Tom