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')
-rw-r--r--newlib/libc/stdio/Makefile.am2
-rw-r--r--newlib/libc/stdlib/Makefile.am1
2 files changed, 0 insertions, 3 deletions
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 3cee16b60..0a086e726 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -391,7 +391,6 @@ CHEWOUT_FILES = \
getline.def \
gets.def \
getw.def \
- getwc.def \
getwchar.def \
mktemp.def \
open_memstream.def \
@@ -402,7 +401,6 @@ CHEWOUT_FILES = \
putchar_u.def \
puts.def \
putw.def \
- putwc.def \
putwchar.def \
remove.def \
rename.def \
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index e90517f85..c86010add 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -265,7 +265,6 @@ CHEWOUT_FILES= \
llabs.def \
lldiv.def \
malloc.def \
- $(MALLOCR).def \
mblen.def \
mbsnrtowcs.def \
mbstowcs.def \