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

Unified Diff: src/trusted/service_runtime/include/bits/nacl_syscalls.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/include/bits/nacl_syscalls.h
diff --git a/src/trusted/service_runtime/include/bits/nacl_syscalls.h b/src/trusted/service_runtime/include/bits/nacl_syscalls.h
index 2d2468d84ab29aee45de6144402264fadab3892d..f7231624f93f2ea0c1e97ecbf093bd1bfd0e53da 100644
--- a/src/trusted/service_runtime/include/bits/nacl_syscalls.h
+++ b/src/trusted/service_runtime/include/bits/nacl_syscalls.h
@@ -33,7 +33,7 @@
#define NACL_sys_chmod 18
/* no fchmod emulation on windows */
-#define NACL_sys_sysbrk 20
+#define NACL_sys_brk 20
#define NACL_sys_mmap 21
#define NACL_sys_munmap 22
« no previous file with comments | « src/trusted/service_runtime/arch/x86_64/nacl_text_pad_test.S ('k') | src/trusted/service_runtime/nacl_syscall_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698