diff options
author | Eric Blake <eblake@redhat.com> | 2009-09-25 23:55:00 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2009-09-25 23:55:00 +0000 |
commit | 2bf78f09289d43d727c0bc95132be1bb22f00e7f (patch) | |
tree | 862de1f2ab1b6e07b4113b8fe308be944f9603db /winsup/cygwin/posix.sgml | |
parent | 358d4e3cb0a44d725e54494c97b2ddbaa2281b7b (diff) | |
download | cygnal-2bf78f09289d43d727c0bc95132be1bb22f00e7f.tar.gz cygnal-2bf78f09289d43d727c0bc95132be1bb22f00e7f.tar.bz2 cygnal-2bf78f09289d43d727c0bc95132be1bb22f00e7f.zip |
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/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 1b9d8259e..48dce6c96 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -890,6 +890,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> dn_expand dn_skipname drem + eaccess endusershell err errx @@ -1005,6 +1006,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> asnprintf asprintf asprintf_r + canonicalize_file_name dremf envz_add envz_entry @@ -1012,6 +1014,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> envz_merge envz_remove envz_strip + euidaccess exp10 exp10f fcloseall |