ITS#8192 fix typo

This commit is contained in:
Howard Chu 2015-07-30 00:54:05 +01:00
parent d4f9568249
commit c9d45600cd

View file

@ -3798,7 +3798,7 @@ retry_write:
#endif
if (rc != len) {
rc = rc < 0 ? ErrCode() : EIO;
#ifndef _WIN323
#ifndef _WIN32
if (rc == EINTR)
goto retry_write;
#endif