summaryrefslogtreecommitdiff
path: root/posix-modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-03-20 08:37:44 +0100
committerBruno Haible <bruno@clisp.org>2018-03-20 08:40:53 +0100
commit66ae2f356a594c83ad690d0dfadbc9c9a4cec5f4 (patch)
tree99f12c0f3b5cff2e3f7e85190ad12a5646539fb1 /posix-modules
parent206a83e475bafbc46352cd92af6065d5d14395bb (diff)
downloadgnulib-66ae2f356a594c83ad690d0dfadbc9c9a4cec5f4.tar.gz
euidaccess: Port to native Windows.
* lib/euidaccess.c (euidaccess): On native Windows, just use _access(). * posix-modules (exclude_for_mingw): Remove 'euidaccess'.
Diffstat (limited to 'posix-modules')
-rwxr-xr-xposix-modules2
1 files changed, 1 insertions, 1 deletions
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=
# <grp.h> 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.