git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2477 fd59a12c-fef9-0310-b244-a6a79926bd2f
@@ -41,7 +41,7 @@
* Darwin claims to support process shared synchronization
* but it really does not. The unistd.h header file is wrong.
*/
-#ifdef COROSYNC_DARWIN
+#if defined(COROSYNC_DARWIN) || defined(__UCLIBC__)
#undef _POSIX_THREAD_PROCESS_SHARED
#define _POSIX_THREAD_PROCESS_SHARED -1
#endif