mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-24 22:06:39 +00:00
Fix systems without _POSIX_THREAD_PROCESS_SHARED
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2390 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
b130f5e434
commit
55db0b67a2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user