From f768013fc31b453c49476af196c551bf5ed79c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Barto=C5=88?= Date: Fri, 13 Sep 2024 22:36:31 +0200 Subject: [PATCH] Revert 251fc7e1c3bd3509e291c1862ee745fce8550360 to fix daily rebase --- mingw-w64-libraries/winpthreads/src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-libraries/winpthreads/src/misc.c b/mingw-w64-libraries/winpthreads/src/misc.c index c426f59cb..c563c8d73 100644 --- a/mingw-w64-libraries/winpthreads/src/misc.c +++ b/mingw-w64-libraries/winpthreads/src/misc.c @@ -29,7 +29,7 @@ static ULONGLONG (WINAPI *_pthread_get_tick_count_64) (VOID); HRESULT (WINAPI *_pthread_set_thread_description) (HANDLE, PCWSTR) = NULL; #if defined(__GNUC__) || defined(__clang__) -__attribute__((constructor(0))) +__attribute__((constructor)) #endif static void winpthreads_init(void) {