Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r--newlib/libc/stdlib/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index 0874729c5..ce3bcbca4 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -50,6 +50,8 @@ GENERAL_SOURCES = \
strtod.c \
strtol.c \
strtoul.c \
+ wcstol.c \
+ wcstoul.c \
wcstombs.c \
wcstombs_r.c \
wctomb.c \
@@ -76,6 +78,10 @@ EXTENDED_SOURCES = \
strtoll_r.c \
strtoull.c \
strtoull_r.c \
+ wcstoll.c \
+ wcstoll_r.c \
+ wcstoull.c \
+ wcstoull_r.c \
atoll.c \
llabs.c \
lldiv.c
@@ -231,7 +237,12 @@ CHEWOUT_FILES= \
strtoll.def \
strtoul.def \
strtoull.def \
+ wcstol.def \
+ wcstoll.def \
+ wcstoul.def \
+ wcstoull.def \
system.def \
+ wcstol.def \
wcstombs.def \
wctomb.def