Skip to content

Commit 5b7bfdb

Browse files
committed
windows compatibility
1 parent 01da567 commit 5b7bfdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fio-stl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7657,7 +7657,8 @@ Windows Implementation
76577657

76587658
static struct {
76597659
int32_t sig;
7660-
volatile unsigned flag;
7660+
uint16_t propagate;
7661+
volatile uint16_t flag;
76617662
void (*callback)(int sig, void *);
76627663
void *udata;
76637664
void (*old)(int sig);

0 commit comments

Comments
 (0)