diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-07-23 14:01:15 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-08-15 10:56:57 +0200 |
commit | c402f0388f78f4945d4e8fdbb0505271333c8258 (patch) | |
tree | c16c32a6ada39a37fca4a02c98bb6d7780e5f819 /winsup/doc/posix.xml | |
parent | 1afa0fe4b35f59b7e15c446f47f1d0c2419c89f5 (diff) | |
download | newlib-c402f0388f78f4945d4e8fdbb0505271333c8258.zip newlib-c402f0388f78f4945d4e8fdbb0505271333c8258.tar.gz newlib-c402f0388f78f4945d4e8fdbb0505271333c8258.tar.bz2 |
posix.xml: Note duplocale, freelocale, newlocale, uselocale as implemented
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/doc/posix.xml')
-rw-r--r-- | winsup/doc/posix.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml index 83fa768..31ec8e0 100644 --- a/winsup/doc/posix.xml +++ b/winsup/doc/posix.xml @@ -192,6 +192,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> drand48 dup dup2 + duplocale encrypt (available in external "crypt" library) endgrent endhostent @@ -293,6 +294,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> fread free freeaddrinfo + freelocale freopen frexp frexpf @@ -558,6 +560,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> nearbyint nearbyintf nearbyintl + newlocale nextafter nextafterf nextafterl @@ -985,6 +988,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> unlinkat unlockpt unsetenv + uselocale utime utimensat utimes @@ -1475,11 +1479,9 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> aio_return aio_suspend aio_write - duplocale endnetent fattach fmtmsg - freelocale getdate getdate_err gethostent @@ -1517,7 +1519,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> lio_listio mlockall munlockall - newlocale posix_mem_offset posix_trace[...] posix_typed_[...] @@ -1542,7 +1543,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para> towlower_l towupper_l ulimit - uselocale waitid wcscasecmp_l wcscoll_l |