diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-17 14:32:40 -0500 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-29 00:46:57 -0500 | 
| commit | 1ab644b503b7df0df1cd943fb794a3579198adcd (patch) | |
| tree | ad01b04eefa12726b24d5cd726e5ade9b08bc325 /package/mesalib/patches/patch-include_c11_threads_posix_h | |
| parent | dffa065aaf3c223203767ed5c6c5153f522fc7a6 (diff) | |
update mesa to latest stable upstream
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'package/mesalib/patches/patch-include_c11_threads_posix_h')
| -rw-r--r-- | package/mesalib/patches/patch-include_c11_threads_posix_h | 11 | 
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); | 
