| Index: src/trusted/service_runtime/nacl_syscall_common.h
|
| diff --git a/src/trusted/service_runtime/nacl_syscall_common.h b/src/trusted/service_runtime/nacl_syscall_common.h
|
| index cfdc7e7712db0a681da7bc1fae81111e0dc8d29f..e6f876b29a6e402dbadfcb163bcdce71873c3f63 100644
|
| --- a/src/trusted/service_runtime/nacl_syscall_common.h
|
| +++ b/src/trusted/service_runtime/nacl_syscall_common.h
|
| @@ -287,6 +287,10 @@ int32_t NaClSysNanosleep(struct NaClAppThread *natp,
|
|
|
| int32_t NaClSysSchedYield(struct NaClAppThread *natp);
|
|
|
| +int32_t NaClSysSysconf(struct NaClAppThread *natp,
|
| + int32_t name,
|
| + int32_t *result);
|
| +
|
| int32_t NaClSysExceptionHandler(struct NaClAppThread *natp,
|
| uint32_t handler_addr,
|
| uint32_t old_handler);
|
|
|