Mesa (master): gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku

Brian Paul brianp at kemper.freedesktop.org
Tue Dec 27 16:45:59 UTC 2011


Module: Mesa
Branch: master
Commit: 9e4c8ce3bc2c68d6397de1b48ce300ee6826e759
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e4c8ce3bc2c68d6397de1b48ce300ee6826e759

Author: Alexander von Gluck <kallisti5 at unixzen.com>
Date:   Tue Dec 27 09:02:59 2011 -0700

gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku

Reviewed-by: Brian Paul <brianp at vmare.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/gallium/auxiliary/os/os_thread.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/os/os_thread.h b/src/gallium/auxiliary/os/os_thread.h
index d830129..3e1c273 100644
--- 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;
 




More information about the mesa-commit mailing list