https://sourceware.org/bugzilla/show_bug.cgi?id=29477
Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2022-08-18 Status|UNCONFIRMED |WAITING --- Comment #1 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com> --- SIGEV_THREAD_ID is defined in /usr/include/bits/sigevent-consts.h on my OL8: % grep -ns SIGEV_THREAD_ID /usr/include/*/* /usr/include/asm-generic/siginfo.h:409:#define SIGEV_THREAD_ID 4 /* deliver to thread */ /usr/include/bits/sigevent-consts.h:36: SIGEV_THREAD_ID = 4 /* Send signal to specific thread. /usr/include/bits/sigevent-consts.h:38:#define SIGEV_THREAD_ID SIGEV_THREAD_ID What is an output of `grep -ns SIGEV_THREAD_ID /usr/include/*/*` on your build machine ? Also what is an output of `grep -ns pwrite /usr/include/*` on your build machine ? Thank you, -Vladimir -- You are receiving this mail because: You are on the CC list for the bug.