You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from bench/futex-wake-parallel.c:16:0:
bench/futex.h: In function `futex_wait':
bench/futex.h:36:10: error: `SYS_futex' undeclared (first use in this function); did you mean `futex'?
syscall(SYS_futex, uaddr, op | opflags, val, timeout, uaddr2, val3)
^
bench/futex.h:45:9: note: in expansion of macro `futex'
return futex(uaddr, FUTEX_WAIT, val, timeout, NULL, 0, opflags);
^~~~~
bla bla ... update to 4.19.57
The text was updated successfully, but these errors were encountered:
bla bla ... update to 4.19.57
The text was updated successfully, but these errors were encountered: