فهرست منبع

Merge trunk revision 2477:
r2477 | asalkeld | 2009-09-24 19:27:50 -0700 (Thu, 24 Sep 2009) | 3 lines

turn off _POSIX_THREAD_PROCESS_SHARED for uclibc



git-svn-id: http://svn.fedorahosted.org/svn/corosync/branches/flatiron@2499 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 16 سال پیش
والد
کامیت
df8892e555
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/corosync/coroipc_ipc.h

+ 1 - 1
include/corosync/coroipc_ipc.h

@@ -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