Hi<br><br>Oups sorry yes of course I'm wrong<br><br>Sorry for the bug<br><br>Best regards<br><br><div class="gmail_quote">2011/12/7 Stephan Bergmann <span dir="ltr"><<a href="mailto:sbergman@redhat.com">sbergman@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
-#if defined(LINUX)<br>
-/* The linux kernel thread implemention, always return the pid of the<br>
- thread subprocess and not of the main process. So we save the main<br>
- pid at startup<br>
+#if defined(LINUX) && defined (__GLIBC__) && __GLIBC__ == 2 || __GLIBC_MINOR__ < 4<br>
</blockquote>
<br>
The above looks broken, given that && binds tighter than ||.