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

/build/make/tools/libhost/
H A DCopyFile.c32 # ifndef EACCESS /* seems to be missing from the Mingw headers */
33 # define EACCESS 13 macro
266 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
268 if (errno == EACCESS) {
/build/tools/libhost/
H A DCopyFile.c32 # ifndef EACCESS /* seems to be missing from the Mingw headers */
33 # define EACCESS 13 macro
266 /* MSVCRT.DLL unlink will fail with EACCESS if the file is set read-only */
268 if (errno == EACCESS) {

Completed in 17 milliseconds