From 66ae2f356a594c83ad690d0dfadbc9c9a4cec5f4 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 20 Mar 2018 08:37:44 +0100 Subject: euidaccess: Port to native Windows. * lib/euidaccess.c (euidaccess): On native Windows, just use _access(). * posix-modules (exclude_for_mingw): Remove 'euidaccess'. --- posix-modules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix-modules') diff --git a/posix-modules b/posix-modules index 5d16d26a15..9315e757b4 100755 --- a/posix-modules +++ b/posix-modules @@ -227,7 +227,7 @@ exclude_for_mingw= # does not exist. exclude_for_mingw="$exclude_for_mingw pt_chown grantpt posix_openpt-tests posix_openpt" # The functions getuid, getgid, geteuid, getegid don't exist. -exclude_for_mingw="$exclude_for_mingw euidaccess faccessat" +exclude_for_mingw="$exclude_for_mingw faccessat" exclude_for_mingw="$exclude_for_mingw fchownat-tests fchownat" # Excludes for MSVC. -- cgit v1.2.1