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

Unified Diff: newlib-trunk/newlib/libc/posix/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/Makefile.in ('k') | newlib-trunk/newlib/libc/posix/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib-trunk/newlib/libc/posix/Makefile.am
===================================================================
--- a/newlib-trunk/newlib/libc/posix/Makefile.am
+++ b/newlib-trunk/newlib/libc/posix/Makefile.am
@@ -6,21 +6,26 @@
GENERAL_SOURCES = \
closedir.c collate.c collcmp.c creat.c \
- fnmatch.c glob.c _isatty.c isatty.c \
+ fnmatch.c _isatty.c isatty.c \
opendir.c readdir.c readdir_r.c \
regcomp.c regerror.c regexec.c regfree.c \
rewinddir.c sleep.c usleep.c \
telldir.c
+# @LOCALMOD
+GENERAL_SOURCES_PNACL_ELIMINATED = glob.c
ELIX_2_SOURCES = \
scandir.c seekdir.c
-ELIX_3_SOURCES = \
+ELIX_3_SOURCES =
+# @LOCALMOD
+ELIX_3_SOURCES_PNACL_ELIMINATED = \
execl.c execle.c execlp.c execv.c \
execve.c execvp.c wordexp.c wordfree.c
-ELIX_4_SOURCES = \
- popen.c
+ELIX_4_SOURCES =
+# @LOCALMOD
+ELIX_4_SOURCES_PNACL_ELIMINATED = popen.c
if ELIX_LEVEL_1
ELIX_SOURCES =
« no previous file with comments | « newlib-trunk/newlib/libc/Makefile.in ('k') | newlib-trunk/newlib/libc/posix/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698