diff options
author | Felix Janda <[email protected]> | 2015-02-02 20:04:16 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-16 20:41:39 +0000 |
commit | aead7fe2e2b6c89258f80a25299f4ec0fece2d95 (patch) | |
tree | bd22f92076d582acfc991974a9acd4633c6406f8 /src/loader | |
parent | b5f19db9766ac54d78b8087b0433011f908ebd2c (diff) |
c11/threads: Use PTHREAD_MUTEX_RECURSIVE by default
Previously PTHREAD_MUTEX_RECURSIVE_NP had been used on linux for
compatibility with old glibc. Since mesa defines __GNU_SOURCE__
on linux PTHREAD_MUTEX_RECURSIVE is also available since at least
1998. So we can unconditionally use the portable version
PTHREAD_MUTEX_RECURSIVE.
Cc: "10.5" <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88534
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/loader')
0 files changed, 0 insertions, 0 deletions