<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - u_atomic_test.c:108:1: error: implicit declaration of function 'test_atomic_cmpxchg_int16_t'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87276#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - u_atomic_test.c:108:1: error: implicit declaration of function 'test_atomic_cmpxchg_int16_t'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=87276">bug 87276</a>
              from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
        <pre>hmm.. It looks like NetBSD has some sort of weird defines like

#define int32_t __int32_t


which is making the u_atomic_test.c macro magic go nuts. 

Not sure what's the best way of fixing this.


I feel tempted to merely put #if ! defined(__NetBSD__) ... #endif around
everything.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>