Skip to content

Commit d16fde2

Browse files
author
Git for Windows Build Agent
committed
Update 19 packages
autogen (5.18.16-5 -> 5.18.16-6) libunrar (7.1.9-1 -> 7.1.10-1) libxml2 (2.13.8-1 -> 2.14.5-1) libxslt (1.1.43-1 -> 1.1.43-2) mingw-w64-i686-crt-git (13.0.0.r79.g584661e80-2 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-i686-headers-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-i686-libmangle-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-i686-libwinpthread (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-i686-ruby (3.4.1-1 -> 3.4.5-1) mingw-w64-i686-tools-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-i686-winpthreads (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-crt-git (13.0.0.r79.g584661e80-2 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-headers-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-libmangle-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-libwinpthread (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-ruby (3.4.1-1 -> 3.4.5-1) mingw-w64-x86_64-tools-git (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) mingw-w64-x86_64-winpthreads (13.0.0.r79.g584661e80-1 -> 13.0.0.r91.gfc0b67305-1) unrar (7.1.9-1 -> 7.1.10-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent ad4cf62 commit d16fde2

File tree

1,351 files changed

+12027
-7845
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,351 files changed

+12027
-7845
lines changed

mingw32/bin/gendef.exe

1 KB
Binary file not shown.

mingw32/bin/genidl.exe

0 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

0 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/msvcrt-ruby340.dll

-756 Bytes
Binary file not shown.

mingw32/bin/ruby.exe

-544 Bytes
Binary file not shown.

mingw32/bin/rubyw.exe

-544 Bytes
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/_mingw_stat64.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
/* __stat64 is needed for compatibility with msvc */
44
#define __stat64 _stat64
55

6+
/*
7+
* To prevent ABI issues, the mingw-w64 runtime should not call the
8+
* _fstat, _fstati64, _stat, _stati64, _wstat and _wstati64 functions.
9+
* Instead it should call the fixed-size variants.
10+
*/
11+
#ifndef _CRTBLD
612
#ifdef _USE_32BIT_TIME_T
713
#define _fstat _fstat32
814
#define _fstati64 _fstat32i64
@@ -18,6 +24,7 @@
1824
#define _wstat _wstat64i32
1925
#define _wstati64 _wstat64
2026
#endif /* _USE_32BIT_TIME_T */
27+
#endif /* _CRTBLD */
2128

2229
struct _stat32 {
2330
_dev_t st_dev;

mingw32/include/io.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ _CRTIMP char* __cdecl _getcwd (char*, int);
344344
int __cdecl chsize(int _FileHandle,long _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
345345
int __cdecl close(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
346346
int __cdecl creat(const char *_Filename,int _PermissionMode) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
347+
int __cdecl creat64(const char *_Filename,int _PermissionMode);
347348
int __cdecl dup(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
348349
int __cdecl dup2(int _FileHandleSrc,int _FileHandleDst) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
349350
int __cdecl eof(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;

0 commit comments

Comments
 (0)