mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
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)
|
||||
{
|
||||
__seterrno_from_nt_status (status);
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
Sleep (100L);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user