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

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

Issue 12209042: Ensure syscall functions are consistently prefixed with "NaClSys" (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 7 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
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 9e75367da2e264de92b9d51724280a24258f853d..a6065fb13e8082e5226a2b061fdd13c551316b30 100644
--- a/src/trusted/service_runtime/nacl_syscall_common.h
+++ b/src/trusted/service_runtime/nacl_syscall_common.h
@@ -33,8 +33,8 @@ void NaClAddSyscall(int num, int32_t (*fn)(struct NaClAppThread *));
int32_t NaClSysNull(struct NaClAppThread *natp);
-int32_t NaClSetBreak(struct NaClAppThread *natp,
- uintptr_t new_break);
+int32_t NaClSysBrk(struct NaClAppThread *natp,
+ uintptr_t new_break);
int NaClHighResolutionTimerEnabled(void);
« no previous file with comments | « src/trusted/service_runtime/include/bits/nacl_syscalls.h ('k') | src/trusted/service_runtime/nacl_syscall_common.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698