diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-02-12 23:10:01 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-02-12 23:10:01 +0000 |
commit | 77ea728b96e00e063b2243487a35e5c395639bfc (patch) | |
tree | 438496c2d14987b8c8e49c0dd86238aa2229fa28 /newlib/libc/stdlib/Makefile.am | |
parent | 545b4d2b57796884670948b6bec0ca386be2c893 (diff) | |
download | cygnal-77ea728b96e00e063b2243487a35e5c395639bfc.tar.gz cygnal-77ea728b96e00e063b2243487a35e5c395639bfc.tar.bz2 cygnal-77ea728b96e00e063b2243487a35e5c395639bfc.zip |
2009-02-12 Corinna Vinschen <corinna@vinschen.de>
* libc/include/wchar.h (_wcstod_r): Declare.
(_wcstof_r): Declare.
(wcstod): Declare.
(wcstof): Declare.
* libc/stdlib/Makefile.am (GENERAL_SOURCES): Add wcstod.c.
(CHEWOUT_FILES): Add wcstod.def.
* libc/stdlib/Makefile.in: Regenerate.
* libc/stdlib/stdlib.tex: Add wcstod.
* libc/stdlib/wcstod.c: New file.
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index e63ea0334..9a9c013d7 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -51,6 +51,7 @@ GENERAL_SOURCES = \ strtod.c \ strtol.c \ strtoul.c \ + wcstod.c \ wcstol.c \ wcstoul.c \ wcstombs.c \ @@ -238,12 +239,12 @@ CHEWOUT_FILES= \ strtoll.def \ strtoul.def \ strtoull.def \ + wcstod.def \ wcstol.def \ wcstoll.def \ wcstoul.def \ wcstoull.def \ system.def \ - wcstol.def \ wcstombs.def \ wctomb.def |