| Index: src/trusted/service_runtime/sel_ldr.h
|
| diff --git a/src/trusted/service_runtime/sel_ldr.h b/src/trusted/service_runtime/sel_ldr.h
|
| index c7517e0721f09da8f466da88d0ed74ade5637fb2..27e66849b1ed05c6e7a661fbf515555dbc046f93 100644
|
| --- a/src/trusted/service_runtime/sel_ldr.h
|
| +++ b/src/trusted/service_runtime/sel_ldr.h
|
| @@ -515,6 +515,11 @@ int NaClAppLaunchServiceThreads(struct NaClApp *nap);
|
| int NaClReportExitStatus(struct NaClApp *nap, int exit_status);
|
|
|
| /*
|
| + * Get the top of the initial thread's stack. Returns a user address.
|
| + */
|
| +uintptr_t NaClGetInitialStackTop(struct NaClApp *nap);
|
| +
|
| +/*
|
| * Used to launch the main thread. NB: calling thread may in the
|
| * future become the main NaCl app thread, and this function will
|
| * return only after the NaCl app main thread exits. In such an
|
|
|