* posix.sgml (strfmon): Move to implemented SUSv4 API.
This commit is contained in:
parent
ff0056d45e
commit
bc9fcc287d
|
@ -1,3 +1,7 @@
|
||||||
|
2010-01-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* posix.sgml (strfmon): Move to implemented SUSv4 API.
|
||||||
|
|
||||||
2010-01-22 Corinna Vinschen <corinna@vinschen.de>
|
2010-01-22 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
|
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
|
||||||
|
|
|
@ -714,6 +714,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
strdup
|
strdup
|
||||||
strerror
|
strerror
|
||||||
strerror_r
|
strerror_r
|
||||||
|
strfmon
|
||||||
strftime
|
strftime
|
||||||
strlen
|
strlen
|
||||||
strncasecmp
|
strncasecmp
|
||||||
|
@ -1341,7 +1342,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||||
sqrtl
|
sqrtl
|
||||||
strcasecmp_l
|
strcasecmp_l
|
||||||
strcoll_l
|
strcoll_l
|
||||||
strfmon
|
|
||||||
strfmon_l
|
strfmon_l
|
||||||
strncasecmp_l
|
strncasecmp_l
|
||||||
strtold
|
strtold
|
||||||
|
|
Loading…
Reference in New Issue