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

Unified Diff: src/untrusted/nacl/start.c

Issue 1743893002: PNaCl dynamic linking: Build an initial dynamically-linked newlib-based libc (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 10 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: src/untrusted/nacl/start.c
diff --git a/src/untrusted/nacl/start.c b/src/untrusted/nacl/start.c
index b4abde5d07a8658d282bd279e7651789c5b6d6f0..1b921e3730ed58e15f49ed4c849d096cf913a973 100644
--- a/src/untrusted/nacl/start.c
+++ b/src/untrusted/nacl/start.c
@@ -22,8 +22,6 @@ void __libc_fini_array(void);
*/
int __nacl_main(int argc, char **argv, char **envp) __attribute__((weak));
-int main(int argc, char **argv, char **envp);
-
void *__nacl_initial_thread_stack_end;
/*

Powered by Google App Engine
This is Rietveld 408576698