Hi<br><br>Oups sorry yes of course I&#39;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">&lt;<a href="mailto:sbergman@redhat.com">sbergman@redhat.com</a>&gt;</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) &amp;&amp; defined (__GLIBC__) &amp;&amp; __GLIBC__ == 2 || __GLIBC_MINOR__ &lt; 4<br>
</blockquote>
<br>
The above looks broken, given that &amp;&amp; binds tighter than ||.