* Jan Kiszka ([email protected]) wrote:
> On 2014-03-09 20:20, Michael S. Tsirkin wrote:
> > From: "Dr. David Alan Gilbert" <[email protected]>
> >
> > If enabled, set the thread name at creation (on GNU systems with
> > pthread_set_np)
> > Fix up all the callers with a thread name
>
> Seems like not all older Linux systems come with support for
> pthread_setname_np. Just ran into a linker bug on a box with glib 2.11.
> Can we discover the availability, if nothing helps during configure?
Gah - sorry about that; so either we can:
1) Put a compile/link test in configure
2) I could wrap it in #if __GLIBC_PREREQ(2,12)
any preference?
> Thanks,
> Jan
Thanks for spotting it.
Dave
--
Dr. David Alan Gilbert / [email protected] / Manchester, UK