mesa/include/c11
Jon Turney c7151401e0 Disable use of weak in threads_posix.h on Cygwin
Weak doesn't work the same on PE/COFF as on ELF, they are only weak
references.  Specifically, since nothing else pulls in the object which
contains pthread_mutexattr_init() (and coming from the C library, that is
the only thing that object contains), means that it ends up as 0

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
2016-07-15 19:46:54 +01:00
..
threads.h c11: Update docs/license.html and include verbatim copy of Boost license. 2014-01-23 12:55:55 +00:00
threads_posix.h Disable use of weak in threads_posix.h on Cygwin 2016-07-15 19:46:54 +01:00
threads_win32.h c11/threads: correct assertion 2014-08-12 23:36:05 +01:00