Skip to content

perf-4.4.52-0: build failed bench/futex.h:36:10: error: SYS_futex undeclared #1328

Closed
wwwutz opened this issue Sep 23, 2019 · 1 comment
Closed

Comments

@wwwutz
Copy link
Collaborator

wwwutz commented Sep 23, 2019

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

@wwwutz
Copy link
Collaborator Author

wwwutz commented Sep 24, 2019

fixed by #1329

@wwwutz wwwutz closed this as completed Sep 24, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant