Cygwin: fhandler_mqueue::mq_open: fix typo

This commit is contained in:
Ken Brown 2021-05-26 12:48:58 -04:00
parent 2a3a03972b
commit dfe5988f96
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ exists:
if (status != STATUS_SHARING_VIOLATION)
{
__seterrno_from_nt_status (status);
return -1;
return 0;
}
Sleep (100L);
}