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

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

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
« no previous file with comments | « no previous file | src/untrusted/nacl/start.c » ('j') | tests/pnacl_dynamic_loading/nacl.scons » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/start.h
diff --git a/src/untrusted/nacl/start.h b/src/untrusted/nacl/start.h
index c7fa223e31f68d43cb36f17a49b27c0a97ec4c4b..b8b5a02bcd4fd1ed84b7beb521144350040e6f05 100644
--- a/src/untrusted/nacl/start.h
+++ b/src/untrusted/nacl/start.h
@@ -7,6 +7,8 @@
#ifndef NATIVE_CLIENT_SRC_UNTRUSTED_NACL_START_H_
#define NATIVE_CLIENT_SRC_UNTRUSTED_NACL_START_H_ 1
+int main(int argc, char **argv, char **envp);
+
extern void *__nacl_initial_thread_stack_end;
#endif
« no previous file with comments | « no previous file | src/untrusted/nacl/start.c » ('j') | tests/pnacl_dynamic_loading/nacl.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698