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

Unified Diff: native_client_sdk/src/libraries/ppapi_simple/ps.h

Issue 474433005: [NaCl SDK] Remove syscalls wrappers for chmod and unlink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: native_client_sdk/src/libraries/ppapi_simple/ps.h
diff --git a/native_client_sdk/src/libraries/ppapi_simple/ps.h b/native_client_sdk/src/libraries/ppapi_simple/ps.h
index a6bb3d3fc7cece9f5a9806773a293f419a01bb01..fdc1c10d1a9889c1d30562fc00d3250a7a75ca0a 100644
--- a/native_client_sdk/src/libraries/ppapi_simple/ps.h
+++ b/native_client_sdk/src/libraries/ppapi_simple/ps.h
@@ -43,7 +43,7 @@ EXTERN_C_BEGIN
* Return the PP_Instance id of this instance of the module. This is required
* by most of the Pepper resource creation routines.
*/
-PP_Instance PSGetInstanceId();
+PP_Instance PSGetInstanceId(void);
/**
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/syscalls/unlink.c ('k') | native_client_sdk/src/libraries/ppapi_simple/ps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698