summaryrefslogtreecommitdiff
path: root/package/corosync/patches/patch-include_corosync_coroipc_ipc_h
diff options
context:
space:
mode:
Diffstat (limited to 'package/corosync/patches/patch-include_corosync_coroipc_ipc_h')
-rw-r--r--package/corosync/patches/patch-include_corosync_coroipc_ipc_h11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/corosync/patches/patch-include_corosync_coroipc_ipc_h b/package/corosync/patches/patch-include_corosync_coroipc_ipc_h
deleted file mode 100644
index 82c9514b3..000000000
--- a/package/corosync/patches/patch-include_corosync_coroipc_ipc_h
+++ /dev/null
@@ -1,11 +0,0 @@
---- corosync-1.3.1.orig/include/corosync/coroipc_ipc.h 2011-04-25 04:37:30.000000000 +0200
-+++ corosync-1.3.1/include/corosync/coroipc_ipc.h 2011-06-26 18:49:29.245183024 +0200
-@@ -44,7 +44,7 @@
- * Darwin claims to support process shared synchronization
- * but it really does not. The unistd.h header file is wrong.
- */
--#if defined(COROSYNC_DARWIN) || defined(__UCLIBC__)
-+#if defined(COROSYNC_DARWIN)
- #undef _POSIX_THREAD_PROCESS_SHARED
- #define _POSIX_THREAD_PROCESS_SHARED -1
- #endif