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

Unified Diff: ports/glibc-compat/Makefile

Issue 1226403004: Added (libevent,tor) and modified glibc-compat (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Resolved critical issues in libevent Created 5 years, 4 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 | « AUTHORS ('k') | ports/glibc-compat/src/readv.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/glibc-compat/Makefile
diff --git a/ports/glibc-compat/Makefile b/ports/glibc-compat/Makefile
index 484c297c826f1013c0f6f179a4de9e723fd71fef..beb0805fb5ada3a297e56e9d35ff1649543d60aa 100644
--- a/ports/glibc-compat/Makefile
+++ b/ports/glibc-compat/Makefile
@@ -31,6 +31,7 @@ SOURCES := \
src/ns_samedomain.c \
src/qsort_r.c \
src/random.c \
+ src/readv.c \
src/realpath.c \
src/res_comp.c \
src/res_data.c \
@@ -39,7 +40,8 @@ SOURCES := \
src/res_libc.c \
src/res_mkquery.c \
src/res_query.c \
- src/res_send.c
+ src/res_send.c \
+ src/writev.c
OBJS := $(patsubst src/%.c,$(OUT)/%.o,$(SOURCES))
« no previous file with comments | « AUTHORS ('k') | ports/glibc-compat/src/readv.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698