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

Unified Diff: newlib/libc/posix/Makefile.am

Issue 650343002: Split posix_spawn.c into 3 different files (Closed) Base URL: http://git.chromium.org/native_client/nacl-newlib.git@master
Patch Set: Created 6 years, 2 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/libc/include/spawn.h ('k') | newlib/libc/posix/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: newlib/libc/posix/Makefile.am
diff --git a/newlib/libc/posix/Makefile.am b/newlib/libc/posix/Makefile.am
index aca993e04bc0e084e8d606ecffd515045a7577e1..5ec6b76a20411d7705fa95c10ae849b243631e5d 100644
--- a/newlib/libc/posix/Makefile.am
+++ b/newlib/libc/posix/Makefile.am
@@ -20,7 +20,7 @@ ELIX_3_SOURCES = \
execve.c execvp.c wordexp.c wordfree.c
ELIX_4_SOURCES = \
- popen.c posix_spawn.c
+ popen.c posix_spawn.c posix_spawnaddr.c posix_spawn_file_actions.c
if ELIX_LEVEL_1
ELIX_SOURCES =
« no previous file with comments | « newlib/libc/include/spawn.h ('k') | newlib/libc/posix/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698