On Tue, Nov 12, 2002 at 10:59:16AM +0100, Ludovic Court�s wrote: > Hi, > > 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? ;)
They should fall back to normal read/write if mmap fails. > This is kind of annoying because implementing io_map on the server side in not > necessarily trivial I think. How can this be implemented in a server that > doesn't use libpager (I don't think there are such examples in the source > tree)? Why can't you use libpager? Thanks, Marcus -- `Rhubarb is no Egyptian god.' GNU http://www.gnu.org [EMAIL PROTECTED] Marcus Brinkmann The Hurd http://www.gnu.org/software/hurd/ [EMAIL PROTECTED] http://www.marcus-brinkmann.de/ _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
