projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1575668
)
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
author
Alexander von Gluck
<kallisti5@unixzen.com>
Tue, 27 Dec 2011 16:02:59 +0000
(09:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Tue, 27 Dec 2011 16:16:30 +0000
(09:16 -0700)
Reviewed-by: Brian Paul <brianp@vmare.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/os/os_thread.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/os/os_thread.h
b/src/gallium/auxiliary/os/os_thread.h
index d8301298b7f6d60b9aceecab94fefd33b829f6f8..3e1c273027b9ede09aca0af2d963f529c9dc684c 100644
(file)
--- a/
src/gallium/auxiliary/os/os_thread.h
+++ b/
src/gallium/auxiliary/os/os_thread.h
@@
-314,7
+314,7
@@
typedef int64_t pipe_condvar;
* pipe_barrier
*/
-#if (defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)
|| defined(PIPE_OS_HAIKU)
) && !defined(PIPE_OS_ANDROID)
+#if (defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS)) && !defined(PIPE_OS_ANDROID)
typedef pthread_barrier_t pipe_barrier;