* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,

futimesat, linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat,
	symlinkat, unlinkat to list of implemented Solaris functions.
This commit is contained in:
Corinna Vinschen 2008-04-23 11:19:57 +00:00
parent c57b57e5c4
commit 4056e97a45
2 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-04-23 Corinna Vinschen <corinna@vinschen.de>
* posix.sgml: Add openat, faccessat, fchmodat, fchownat, fstatat,
futimesat, linkat, mkdirat, mkfifoat, mknodat, readlinkat, renameat,
symlinkat, unlinkat to list of implemented Solaris functions.
2008-04-23 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din: Sort.

View File

@ -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>