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

Unified Diff: newlib-trunk/newlib/libc/Makefile.in

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/Makefile.in
===================================================================
--- a/newlib-trunk/newlib/libc/Makefile.in
+++ b/newlib-trunk/newlib/libc/Makefile.in
@@ -160,7 +160,7 @@
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
ETAGS = etags
CTAGS = ctags
-DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string signal \
+DIST_SUBDIRS = argz stdlib ctype search stdio stdio64 string \
time locale sys reent @extra_dir@ errno misc machine unix \
posix syscalls iconv .
ACLOCAL = @ACLOCAL@
@@ -305,7 +305,6 @@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = cygnus
@HAVE_POSIX_DIR_TRUE@POSIX_SUBDIR = posix
-@HAVE_SIGNAL_DIR_TRUE@SIGNAL_SUBDIR = signal
@HAVE_SYSCALL_DIR_TRUE@SYSCALLS_SUBDIR = syscalls
@HAVE_UNIX_DIR_TRUE@UNIX_SUBDIR = unix
@HAVE_STDIO_DIR_TRUE@STDIO_SUBDIR = stdio
« no previous file with comments | « no previous file | newlib-trunk/newlib/libc/posix/Makefile.am » ('j') | newlib-trunk/newlib/libm/math/Makefile.am » ('J')

Powered by Google App Engine
This is Rietveld 408576698