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

Unified Diff: newlib-trunk/newlib/libc/stdlib/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
Index: newlib-trunk/newlib/libc/stdlib/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libc/stdlib/Makefile.am
+++ b/newlib-trunk/newlib/libc/stdlib/Makefile.am
@@ -127,7 +127,8 @@
setenv_r.c
ELIX_4_SOURCES = \
- system.c
+# @LOCALMOD
+ELIX_4_SOURCES_PNACL_ELIMINATED = system.c
if ELIX_LEVEL_1
ELIX_SOURCES =

Powered by Google App Engine
This is Rietveld 408576698