Explorar o código

r2390 | honzaf | 2009-08-19 02:55:49 -0700 (Wed, 19 Aug 2009) | 2 lines

Fix systems without _POSIX_THREAD_PROCESS_SHARED



git-svn-id: http://svn.fedorahosted.org/svn/corosync/branches/flatiron@2442 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=16) %!d(string=hai) anos
pai
achega
ade4e29c20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exec/coroipcs.c

+ 1 - 1
exec/coroipcs.c

@@ -183,7 +183,7 @@ retry_semop:
 		goto retry_semop;
 	}
 #else
-	sop.sem_num = 1;
+	sop.sem_num = 0;
 	sop.sem_op = 1;
 	sop.sem_flg = 0;