From b9f03dea80c0a84f251ad5d623e12929b5ceb323970aecfab3db3bb887d93b7b Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Sun, 15 Aug 2010 20:16:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=9 --- mingw-w64-headers-1.0b.20100730-c99.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers-1.0b.20100730-c99.patch b/mingw-w64-headers-1.0b.20100730-c99.patch index 1eb087d..d40f8be 100644 --- a/mingw-w64-headers-1.0b.20100730-c99.patch +++ b/mingw-w64-headers-1.0b.20100730-c99.patch @@ -133,13 +133,14 @@ #ifndef NO_OLDNAMES --- mingw-w64-headers-1.0b.20100730/include/stdio.h 2010-07-23 14:02:19.000000000 +0200 -+++ mingw-w64-headers-1.0b.20100730/include/stdio.h 2010-08-15 16:31:24.000000000 +0200 ++++ mingw-w64-headers-1.0b.20100730/include/stdio.h 2010-08-15 22:11:04.000000000 +0200 @@ -174,23 +174,23 @@ int __cdecl fflush(FILE *_File); int __cdecl fgetc(FILE *_File); _CRTIMP int __cdecl _fgetchar(void); - int __cdecl fgetpos(FILE *_File ,fpos_t *_Pos); - char *__cdecl fgets(char *_Buf,int _MaxCount,FILE *_File); +- char *__cdecl fgets(char *_Buf,int _MaxCount,FILE *_File); ++ int __cdecl fgetpos(FILE * __restrict__ _File ,fpos_t * __restrict__ _Pos); + char *__cdecl fgets(char * __restrict__ _Buf,int _MaxCount,FILE * __restrict__ _File); _CRTIMP int __cdecl _fileno(FILE *_File); #ifdef _POSIX_