Re: [PATCH] linux-user: Use public sigev_notify_thread_id member if available

2021-06-14 Thread Laurent Vivier
Le 26/05/2021 à 05:55, Michael Forney a écrit : > _sigev_un._tid is an internal glibc field and is not available on > musl libc. The sigevent(7) man page and Linux UAPI headers both use > sigev_notify_thread_id as a public way to access this field. > > musl libc supports this field since 1.2.2[0],

[PATCH] linux-user: Use public sigev_notify_thread_id member if available

2021-05-25 Thread Michael Forney
_sigev_un._tid is an internal glibc field and is not available on musl libc. The sigevent(7) man page and Linux UAPI headers both use sigev_notify_thread_id as a public way to access this field. musl libc supports this field since 1.2.2[0], and glibc plans to add support as well[1][2]. If sigev_n