* 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:
parent
c57b57e5c4
commit
4056e97a45
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user