Skip to content

Commit e6c581a

Browse files
committed
Add missing define
1 parent cb23916 commit e6c581a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/um/um_sync.c

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ struct sync_ctx {
77
uint32_t *futex;
88
};
99

10+
#define FUTEX2_SIZE_U32 0x02
11+
1012
void um_futex_wait(struct um *machine, uint32_t *futex, uint32_t expect) {
1113
struct um_op *op = um_op_idle_checkout(machine, OP_SYNCHRONIZE);
1214
struct io_uring_sqe *sqe = um_get_sqe(machine, op);

0 commit comments

Comments
 (0)