Searched refs:myerrno (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c4197 static int myerrno = 0; local
4199 if (!pCreateHardLinkW && !myerrno) {
4202 myerrno = ENOSYS;
4205 errno = myerrno;

Completed in 127 milliseconds