Skip to content

Commit

Permalink
Revert 251fc7e to fix daily rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex authored and github-actions committed Dec 13, 2024
1 parent da9bf66 commit f768013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mingw-w64-libraries/winpthreads/src/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit f768013

Please sign in to comment.