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:
authorCorinna Vinschen <corinna@vinschen.de>2008-04-23 15:19:57 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-23 15:19:57 +0400
commit4056e97a455496e459eae592e8332f47bb0bbc69 (patch)
treed6063123b022362fe077b4093e72ebdeed7eb762 /winsup/cygwin/posix.sgml
parentc57b57e5c43ab112e50d5e214b8cef61f8027946 (diff)
* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,
futimesat, linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat, symlinkat, unlinkat to list of implemented Solaris functions.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r--winsup/cygwin/posix.sgml16
1 files changed, 16 insertions, 0 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml
index 7a9652102..ca5f5581e 100644
--- a/winsup/cygwin/posix.sgml
+++ b/winsup/cygwin/posix.sgml
@@ -967,6 +967,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
fcloseall_r
fgetxattr
flistxattr
+ fmemopen
fopencookie
fremovexattr
fsetxattr
@@ -981,6 +982,7 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
lsetxattr
memmem
mempcpy
+ open_memstream
pow10
pow10f
removexattr
@@ -1017,11 +1019,25 @@ also ISO/IEC 9945:2003 and IEEE Std 1003.1-2001 (POSIX.1-2001).</para>
acltopbits
acltotext
endmntent
+ faccessat
facl
+ fchmodat
+ fchownat
fdopendir
+ fstatat
+ futimesat
getmntent
+ linkat
memalign
+ mkdirat
+ mkfifoat
+ mknodat
+ openat
+ readlinkat
+ renameat
setmntent
+ symlinkat
+ unlinkat
</screen>
</sect1>