Skip to content

Commit

Permalink
update thread
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Oct 16, 2024
1 parent 9e97b95 commit 0e92d7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/standard/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
#endif /* HAVE_UNISTD_H */

#ifdef _WIN32
#define _POSIX 1
#include <windows.h>
#including <sys/types.h>
#ifndef SIGUSR2
#define SIGUSR2 31
#endif
#endif

typedef struct {
Expand Down

0 comments on commit 0e92d7e

Please sign in to comment.