Skip to content

Commit 37b2d5e

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-clang-aarch64-crt-git (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-headers-git (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-libmangle-git (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-libwinpthread (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-tools-git (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-winpthreads (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) mingw-w64-clang-aarch64-winstorecompat-git (13.0.0.r91.gfc0b67305-1 -> 13.0.0.r107.ge07d54f4b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 61793ec commit 37b2d5e

File tree

55 files changed

+32
-81
lines changed

Some content is hidden

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

55 files changed

+32
-81
lines changed

clangarm64/bin/gendef.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genidl.exe

0 Bytes
Binary file not shown.

clangarm64/bin/genpeimg.exe

0 Bytes
Binary file not shown.

clangarm64/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

clangarm64/bin/widl.exe

0 Bytes
Binary file not shown.

clangarm64/include/stdio.h

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,6 @@ int vsnwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, __builti
10801080
#endif /* __NO_ISOCEXT */
10811081

10821082
#else /* !__USE_MINGW_ANSI_STDIO */
1083-
1084-
#ifdef _UCRT
10851083
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
10861084
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
10871085

@@ -1104,27 +1102,6 @@ int vsnwprintf (wchar_t *__stream, size_t __n, const wchar_t *__format, __builti
11041102
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
11051103
int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
11061104
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
1107-
#else
1108-
1109-
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
1110-
int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
1111-
int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
1112-
#ifndef __NO_ISOCEXT /* externs in libmingwex.a */
1113-
__MINGW_ATTRIB_NONNULL(2)
1114-
int vfwscanf (FILE *__stream, const wchar_t *__format, __builtin_va_list __local_argv);
1115-
1116-
__MINGW_ATTRIB_NONNULL(2)
1117-
int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, __builtin_va_list __local_argv);
1118-
1119-
__MINGW_ATTRIB_NONNULL(1)
1120-
int vwscanf(const wchar_t *__format, __builtin_va_list __local_argv);
1121-
#endif /* __NO_ISOCEXT */
1122-
1123-
int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
1124-
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
1125-
int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
1126-
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
1127-
#endif /* _UCRT */
11281105

11291106
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
11301107
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);

clangarm64/include/wchar.h

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,6 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
460460
#endif /* __NO_ISOCEXT */
461461

462462
#else /* !__USE_MINGW_ANSI_STDIO */
463-
464-
#ifdef _UCRT
465463
__MINGW_ATTRIB_DEPRECATED_SEC_WARN
466464
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
467465

@@ -486,30 +484,6 @@ __MINGW_ASM_CALL(__mingw_vsnwprintf);
486484
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
487485
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
488486
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
489-
#else
490-
491-
int __cdecl fwscanf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
492-
int __cdecl swscanf(const wchar_t * __restrict__ _Src,const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
493-
int __cdecl wscanf(const wchar_t * __restrict__ _Format,...) __MINGW_ATTRIB_DEPRECATED_SEC_WARN;
494-
#ifndef __NO_ISOCEXT /* externs in libmingwex.a */
495-
__MINGW_ATTRIB_NONNULL(2)
496-
int vfwscanf (FILE *__stream, const wchar_t *__format, __builtin_va_list __local_argv);
497-
498-
__MINGW_ATTRIB_NONNULL(2)
499-
int vswscanf (const wchar_t * __restrict__ __source, const wchar_t * __restrict__ __format, __builtin_va_list __local_argv);
500-
501-
__MINGW_ATTRIB_NONNULL(1)
502-
int vwscanf(const wchar_t *__format, __builtin_va_list __local_argv);
503-
#endif /* __NO_ISOCEXT */
504-
505-
int __cdecl fwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,...);
506-
int __cdecl wprintf(const wchar_t * __restrict__ _Format,...);
507-
int __cdecl vfwprintf(FILE * __restrict__ _File,const wchar_t * __restrict__ _Format,va_list _ArgList);
508-
int __cdecl vwprintf(const wchar_t * __restrict__ _Format,va_list _ArgList);
509-
510-
int __cdecl swprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,...);
511-
int __cdecl vswprintf(wchar_t * __restrict__ _Dest,size_t _Count,const wchar_t * __restrict__ _Format,va_list _Args);
512-
#endif /* _UCRT */
513487
#endif /* __USE_MINGW_ANSI_STDIO */
514488

515489

clangarm64/lib/crt1u.o

0 Bytes
Binary file not shown.

clangarm64/lib/crt2u.o

0 Bytes
Binary file not shown.

clangarm64/lib/libmingwex.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)