]> git.pld-linux.org Git - packages/crossmingw32-gcc.git/blob - gcc-mingw32.patch
- updated to 5.4.0 (with C++14 support)
[packages/crossmingw32-gcc.git] / gcc-mingw32.patch
1 --- gcc-5.4.0/libgfortran/intrinsics/chmod.c.orig       2016-12-18 10:38:13.034904609 +0100
2 +++ gcc-5.4.0/libgfortran/intrinsics/chmod.c    2016-12-18 10:38:15.398237920 +0100
3 @@ -30,6 +30,9 @@
4  #include <string.h>    /* For memcpy. */
5  #include <stdlib.h>    /* For free.  */
6  #include <sys/stat.h>  /* For stat, chmod and umask.  */
7 +#ifdef __MINGW32__
8 +#include <io.h>
9 +#endif
10  
11  
12  /* INTEGER FUNCTION CHMOD (NAME, MODE)
This page took 0.163665 seconds and 3 git commands to generate.