4
0
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:
Ken Brown 2021-05-26 12:48:58 -04:00
parent 2a3a03972b
commit dfe5988f96

View File

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