summaryrefslogtreecommitdiffstats
path: root/ppapi/native_client/src/untrusted
diff options
context:
space:
mode:
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 04:59:44 +0000
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 04:59:44 +0000
commit14465285dfcfc437d4cc96c9b0b7b880d646e286 (patch)
tree8f8f1f18a093b037bfaaf65b6d7dda12f59d0df4 /ppapi/native_client/src/untrusted
parent43b424ed266f7e498566dfd354aa4f8bf085f40a (diff)
downloadchromium_src-14465285dfcfc437d4cc96c9b0b7b880d646e286.zip
chromium_src-14465285dfcfc437d4cc96c9b0b7b880d646e286.tar.gz
chromium_src-14465285dfcfc437d4cc96c9b0b7b880d646e286.tar.bz2
NaCl: Update revision in DEPS, r11963 -> r11988
This is clone of https://codereview.chromium.org/22325019/ but with a minor tweak to shim_ppapi.c to handle the interface name that changed. This pulls in the following Native Client changes: r11964: (sbc) Add IRT interface for new syscalls (chdir/mkdir/rmdir/etc) r11965: (jfb) Add pthread_mutex_timedlock. r11966: (jfb) Test C++11 <thread> for PNaCl r11967: (jfb) Update PNaCl DEPS r11968: (khim) Update gcc revision in tools/REVISIONS r11969: (halyavin) Update toolchain revision. r11970: (halyavin) Enable base address hiding for PNaCl gdb tests. r11971: (jfb) Update TOOL_REVISIONS for PNaCl 11956->11967 r11972: (jvoung) Adjust perf_expectations for perf_improve (mostly transfersize, some runtime). r11973: (mseaborn) Thread suspension: Enable stress test for context switches on ARM r11974: (phosek) Consistent mprotect behavior across all platforms r11975: (jvoung) Remove old experimental pnacl_ld_experiments. r11976: (eliben) Prune more unused stuff when building the PNaCl toolchain r11977: (bradnelson) Pulling in different glibc revision. r11978: (stichnot) Allow testing non-default clang/llc optimization settings. r11979: (bradnelson) Allowing r/w PT_DYNAMIC in addition to r-only. r11980: (dschuff) Add a README file describing the directory layout of the PNaCl toolchain r11981: (sbc) Rename PNaCl toolchain folder within the SDK. r11982: (jvoung) Move PNaCl drivers from <base>/newlib/bin to <base>/bin. r11983: (jfb) PNaCl: Update LLVM revision in pnacl/DEPS r11984: (dschuff) Revert "Rename PNaCl toolchain folder within the SDK." r11985: (jfb) Update pnacl/DEPS for libstdc++ r11986: (jfb) Revert "Allow testing non-default clang/llc optimization settings." r11987: (jfb) Update TOOL_REVISIONS for PNaCl 11967->11986 r11988: (jfb) Add end-to-end tests that C++11 headers can be included. BUG=none TEST=browser_tests and nacl_integration NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22630013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/native_client/src/untrusted')
-rw-r--r--ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c
index c6409cf..e73326e 100644
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c
@@ -70,7 +70,7 @@ static const char *const irt_interface_whitelist[] = {
NACL_IRT_CLOCK_v0_1,
/* Allowed for debugging purposes: */
NACL_IRT_DEV_FDIO_v0_1,
- NACL_IRT_DEV_FILENAME_v0_1,
+ NACL_IRT_DEV_FILENAME_v0_2,
};
/* Use local strcmp to avoid dependency on libc. */