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

Unified Diff: newlib-trunk/newlib/libc/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 | « no previous file | newlib-trunk/newlib/libc/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib-trunk/newlib/libc/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libc/Makefile.am
+++ b/newlib-trunk/newlib/libc/Makefile.am
@@ -7,7 +7,8 @@
endif
if HAVE_SIGNAL_DIR
-SIGNAL_SUBDIR = signal
+# @LOCALMOD: pnacl does not use signal
+# SIGNAL_SUBDIR = signal
endif
if HAVE_SYSCALL_DIR
« no previous file with comments | « no previous file | newlib-trunk/newlib/libc/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698