"Ludovic Court�s" <[EMAIL PROTECTED]> writes: > Although the GNU Coding Standards specify that user applications shouldn't > rely on mmap() to read files, it turns out that gcc sometimes relies on it > (depending on the source file size I think). Should we ask the gcc team to > change that? ;)
gcc ought to fall back to plain read for any file on which mmap fails. Just as described in the GNU Coding Standard. /Niels _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
