Re: [Qemu-devel] [PATCH v2] qemu-timer: Check for usable fields for SIGEV_THREAD_ID

2012-10-29 Thread Aurelien Jarno
On Tue, Oct 23, 2012 at 07:33:00AM +1000, Richard Henderson wrote: > Older glibc (RHEL 5.x, Debian 5.x) does not have the _sigev_un._tid > member in its structure definition, while the accompanying kernel > headers do define SIGEV_THREAD_ID. We need configure to check for > both before using it. >

[Qemu-devel] [PATCH v2] qemu-timer: Check for usable fields for SIGEV_THREAD_ID

2012-10-22 Thread Richard Henderson
Older glibc (RHEL 5.x, Debian 5.x) does not have the _sigev_un._tid member in its structure definition, while the accompanying kernel headers do define SIGEV_THREAD_ID. We need configure to check for both before using it. Signed-off-by: Richard Henderson --- configure| 22 ++