Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3087)

Unified Diff: newlib-trunk/newlib/libc/stdio/Makefile.am

Issue 6929022: pnacl's newlib code contains function that can/should not be called (Closed)
Patch Set: update Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « newlib-trunk/newlib/libc/search/Makefile.in ('k') | newlib-trunk/newlib/libc/stdio/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib-trunk/newlib/libc/stdio/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libc/stdio/Makefile.am
+++ b/newlib-trunk/newlib/libc/stdio/Makefile.am
@@ -50,8 +50,6 @@
putchar_u.c \
puts.c \
refill.c \
- remove.c \
- rename.c \
rewind.c \
rget.c \
scanf.c \
@@ -67,7 +65,6 @@
sprintf.c \
sscanf.c \
stdio.c \
- tmpfile.c \
tmpnam.c \
ungetc.c \
vdiprintf.c \
@@ -85,6 +82,10 @@
wbuf.c \
wsetup.c
+# @LOCALMOD:
+GENERAL_SOURCES_PNACL_ELIMINATED = eliminated: remove.c rename.c tmpfile.c
+
+
## The following are EL/IX level 2 interfaces
if ELIX_LEVEL_1
ELIX_2_SOURCES =
« no previous file with comments | « newlib-trunk/newlib/libc/search/Makefile.in ('k') | newlib-trunk/newlib/libc/stdio/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698