diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 21:46:54 +0000 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2011-05-18 21:46:54 +0000 |
commit | a5ffa9b80e1431ad3bf3647b3a905a2ba72ac740 (patch) | |
tree | 2a6abfcbec3d6cd5459a988b3b8c728b382fd1bf /winsup/cygwin/posix.sgml | |
parent | d6b764cc83fcdf3a0c5ab32cbdb7967d7470f233 (diff) | |
download | cygnal-a5ffa9b80e1431ad3bf3647b3a905a2ba72ac740.tar.gz cygnal-a5ffa9b80e1431ad3bf3647b3a905a2ba72ac740.tar.bz2 cygnal-a5ffa9b80e1431ad3bf3647b3a905a2ba72ac740.zip |
* posix.sgml (std-susv4): Remove chroot, futimes, hstrerror.
(std-deprec): Add chroot.
(std-bsd): Add futimes, hstrerror.
(std-notimpl): Add clock_nanosleep, nexttoward, nexttowardf.
Remove initstate, which is implemented and listed in std-susv4.
Diffstat (limited to 'winsup/cygwin/posix.sgml')
-rw-r--r-- | winsup/cygwin/posix.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/winsup/cygwin/posix.sgml b/winsup/cygwin/posix.sgml index 862ef73a8..e8c1fee3f 100644 --- a/winsup/cygwin/posix.sgml +++ b/winsup/cygwin/posix.sgml @@ -85,7 +85,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> chdir chmod chown - chroot (see chapter "Implementation Notes") cimag cimagf clearerr @@ -260,7 +259,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> ftw funlockfile futimens - futimes fwide fwprintf fwrite @@ -331,7 +329,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> hcreate hdestroy hsearch - hstrerror htonl htons hypot @@ -983,6 +980,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> fts_set fts_set_clientptr funopen + futimes gamma gamma_r gammaf @@ -994,6 +992,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> getprogname getusershell herror + hstrerror inet_aton inet_makeaddr inet_netof @@ -1221,6 +1220,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> bcmp (POSIX.1-2001, SUSv3) bcopy (SUSv3) bzero (SUSv3) + chroot (SUSv2) (see chapter "Implementation Notes") clock_setres (QNX, VxWorks) (see chapter "Implementation Notes") cuserid (POSIX.1-1988, SUSv2) ecvt (SUSv3) @@ -1296,6 +1296,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> ceill cexpl cimagl + clock_nanosleep clogl conjl copysignl @@ -1337,7 +1338,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> getpmsg hypotl ilogbl - initstate isalnum_l isalpha_l isastream @@ -1380,6 +1380,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> nearbyintl newlocale nextafterl + nexttoward + nexttowardf nexttowardl posix_mem_offset posix_spawn[...] |