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

Unified Diff: src/trusted/service_runtime/nacl_syscall_common.h

Issue 23710020: Deduplicates NaClSysSysconf implementation (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 years, 3 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/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);
« no previous file with comments | « no previous file | src/trusted/service_runtime/nacl_syscall_common.c » ('j') | src/trusted/service_runtime/nacl_syscall_common.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698