Chromium Code Reviews| 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 |