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

Unified Diff: src/untrusted/nacl/syscall_bindings_trampoline.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
« no previous file with comments | « src/untrusted/nacl/sysbrk.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/syscall_bindings_trampoline.h
diff --git a/src/untrusted/nacl/syscall_bindings_trampoline.h b/src/untrusted/nacl/syscall_bindings_trampoline.h
index e25a7e0a4f58307bd5eea2aea49e34db5652b719..c3bf4da26e493c8d83b5e36cbaf7936bb391d814 100644
--- a/src/untrusted/nacl/syscall_bindings_trampoline.h
+++ b/src/untrusted/nacl/syscall_bindings_trampoline.h
@@ -162,7 +162,7 @@ typedef int (*TYPE_nacl_sched_yield) (void);
typedef int (*TYPE_nacl_sysconf) (int name, int *res);
-typedef void *(*TYPE_nacl_sysbrk) (void *p);
+typedef void *(*TYPE_nacl_brk) (void *p);
typedef pid_t (*TYPE_nacl_getpid) (void);
« no previous file with comments | « src/untrusted/nacl/sysbrk.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698