PATCH libgfortran mmap fixes for MinGW

Aaron W. LaFramboise aaronavay62@aaronwl.com
Wed Sep 15 23:26:00 GMT 2004


Windows does not have mmap (The equivilent MapViewOfFileEx has a
different interface unfortunately.)

These changes fix this source of incompatibility in unix.c by adding
checking for <sys/mman.h>, the _PROT macros, and including <stdio.h>.

Aaron W. LaFramboise

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: gcc-mainline-20040915-libgformmap.patch
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20040915/84b37eab/attachment.ksh>


More information about the Gcc-patches mailing list