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

Unified Diff: ports/curl/nacl.patch

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 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
Index: ports/curl/nacl.patch
diff --git a/ports/curl/nacl.patch b/ports/curl/nacl.patch
index c7112df1aeb60bbf375f1c05ca9c0fdc94b9492a..8dc2e8ba070cf50c24a39eb93581c6d2757c2ada 100644
--- a/ports/curl/nacl.patch
+++ b/ports/curl/nacl.patch
@@ -26,17 +26,3 @@ diff --git a/src/Makefile.in b/src/Makefile.in
mostlyclean-compile:
-rm -f *.$(OBJEXT)
-diff --git a/src/tool_main.c b/src/tool_main.c
---- a/src/tool_main.c
-+++ b/src/tool_main.c
-@@ -213,6 +213,10 @@ static void main_free(struct GlobalConfig *config)
- config->last = NULL;
- }
-
-+#ifdef __native_client__
-+#define main nacl_main
-+#endif
-+
- /*
- ** curl tool main function.
- */

Powered by Google App Engine
This is Rietveld 408576698