Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Dec 13, 2023
1 parent af4acff commit 3448c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/swow_siritz.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "swow_closure.h"
#include "swow_hook.h"

#ifndef HAVE_PTHREAD_TIMEDJOIN_NP
#if !defined(HAVE_PTHREAD_TIMEDJOIN_NP) && !defined(CAT_OS_WIN)
// from https://stackoverflow.com/a/11552244
struct pthread_timedjoin_np_args {
int joined;
Expand Down

0 comments on commit 3448c88

Please sign in to comment.