Cygwin: fhandler_mqueue::mq_open: fix typo
This commit is contained in:
parent
2a3a03972b
commit
dfe5988f96
|
@ -117,7 +117,7 @@ exists:
|
||||||
if (status != STATUS_SHARING_VIOLATION)
|
if (status != STATUS_SHARING_VIOLATION)
|
||||||
{
|
{
|
||||||
__seterrno_from_nt_status (status);
|
__seterrno_from_nt_status (status);
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
Sleep (100L);
|
Sleep (100L);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue