summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-include_c11_threads_posix_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-12 09:45:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-12 09:47:48 +0200
commit5183e86e93dd3245be7e1e5718b68a5ce1b1e1ec (patch)
treed285f8d362d504c755eb0627e9463de6018eda0c /package/MesaLib/patches/patch-include_c11_threads_posix_h
parent79a46819229f0b42fc55914cea1b91358a51de27 (diff)
update to latest upstream version, rename to lowercase
Diffstat (limited to 'package/MesaLib/patches/patch-include_c11_threads_posix_h')
-rw-r--r--package/MesaLib/patches/patch-include_c11_threads_posix_h11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/MesaLib/patches/patch-include_c11_threads_posix_h b/package/MesaLib/patches/patch-include_c11_threads_posix_h
deleted file mode 100644
index 2e79238f7..000000000
--- a/package/MesaLib/patches/patch-include_c11_threads_posix_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- Mesa-10.1.0.orig/include/c11/threads_posix.h 2014-02-27 02:56:39.000000000 +0100
-+++ Mesa-10.1.0/include/c11/threads_posix.h 2014-03-14 21:54:55.000000000 +0100
-@@ -176,7 +176,7 @@ mtx_init(mtx_t *mtx, int type)
- return thrd_error;
- pthread_mutexattr_init(&attr);
- if ((type & mtx_recursive) != 0) {
--#if defined(__linux__) || defined(__linux)
-+#if defined(__GLIBC__)
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
- #else
- pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);