This commit is contained in:
2015-10-24 00:48:03 +00:00
committed by Lionel Sambuc
parent 0aba5426c4
commit 9f5cba5474

View File

@@ -130,7 +130,7 @@ typedef cnd_t pipe_condvar;
* pipe_barrier
*/
#if (defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HURD)) && !defined(PIPE_OS_ANDROID)
#if (defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) || defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HURD)) && !defined(PIPE_OS_ANDROID) && !defined(__minix)
typedef pthread_barrier_t pipe_barrier;