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

Unified Diff: ports/glibc-compat/Makefile

Issue 557473002: Add working realpath implementation to glibc-compat (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 3 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 | ports/glibc-compat/src/realpath.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 5deb856e7075e35d669c25fdb6089c0e0033561e..21a8c3dad831d859a5085fcd12674e0c26741ad2 100644
--- a/ports/glibc-compat/Makefile
+++ b/ports/glibc-compat/Makefile
@@ -19,6 +19,7 @@ SOURCES := \
src/ns_netint.c \
src/ns_samedomain.c \
src/qsort_r.c \
+ src/realpath.c \
src/res_comp.c \
src/res_data.c \
src/res_debug.c \
« no previous file with comments | « no previous file | ports/glibc-compat/src/realpath.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698