<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - libpthread-stubs must NOT provide symbols which depend on actual implementation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98048#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - libpthread-stubs must NOT provide symbols which depend on actual implementation"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=98048">bug 98048</a>
              from <span class="vcard"><a class="email" href="mailto:samuel.thibault@ens-lyon.org" title="Samuel Thibault <samuel.thibault@ens-lyon.org>"> <span class="fn">Samuel Thibault</span></a>
</span></b>
        <pre>Hello,

Yes, it is expected that pthread calls go through libc and libpthread. libc's
stubs actually include a check to know whether libpthread got loaded or not. In
the former case, it calls the libpthread function, and thus the end result is
just as if you called libpthread directly

Samuel</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>