Skip to content

Commit

Permalink
Add FUTEX_WAIT_BITSET to syscallbuf
Browse files Browse the repository at this point in the history
  • Loading branch information
yshui authored and rocallahan committed Jul 6, 2018
1 parent 47e2245 commit aa38baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/preload/syscallbuf.c
Expand Up @@ -1317,6 +1317,7 @@ static long sys_futex(const struct syscall_info* call) {
int op = call->args[1];
int flags = 0;
switch (FUTEX_CMD_MASK & op) {
case FUTEX_WAKE_BITSET:
case FUTEX_WAKE:
break;
case FUTEX_CMP_REQUEUE:
Expand Down

0 comments on commit aa38baf

Please sign in to comment.