[Mesa-dev] [Bug 87276] u_atomic_test.c:108:1: error: implicit declaration of function 'test_atomic_cmpxchg_int16_t'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 15 12:24:04 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=87276
--- Comment #2 from José Fonseca <jfonseca at vmware.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141215/dbe2fa24/attachment.html>
More information about the mesa-dev
mailing list