Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2009-09-26 03:55:00 +0400
committerEric Blake <eblake@redhat.com>2009-09-26 03:55:00 +0400
commit2bf78f09289d43d727c0bc95132be1bb22f00e7f (patch)
tree862de1f2ab1b6e07b4113b8fe308be944f9603db /winsup/cygwin/cygwin.din
parent358d4e3cb0a44d725e54494c97b2ddbaa2281b7b (diff)
Provide euidaccess, canonicalize_file_name; fix fchmodat.
* syscalls.cc (fchmodat): lchmod is not yet implemented. (euidaccess): New function. * path.cc (realpath): Update comment. (canonicalize_file_name): New function. * include/cygwin/stdlib.h (canonicalize_file_name): Declare it. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. * cygwin.din: Export canonicalize_file_name, eaccess, euidaccess. * posix.sgml: Mention them.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r--winsup/cygwin/cygwin.din3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 52cd362c2..bee9cd1c1 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -165,6 +165,7 @@ cabsf NOSIGFE
_cabsf = cabsf NOSIGFE
calloc SIGFE
_calloc = calloc SIGFE
+canonicalize_file_name SIGFE
cbrt NOSIGFE
_cbrt = cbrt NOSIGFE
cbrtf NOSIGFE
@@ -296,6 +297,7 @@ dup SIGFE
_dup = dup SIGFE
dup2 SIGFE
_dup2 = dup2 SIGFE
+eaccess = euidaccess SIGFE
ecvt SIGFE
_ecvt = ecvt SIGFE
ecvtbuf SIGFE
@@ -341,6 +343,7 @@ _erff = erff NOSIGFE
err SIGFE
__errno NOSIGFE
errx SIGFE
+euidaccess SIGFE
execl SIGFE
_execl = execl SIGFE
execle SIGFE