[NaCl SDK] nacl_io: Remove duplication between passthroughfs and devfs.
commit98ffd9fd0303b3c4ff47439f607a491b2aceac07
authorsbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 21:43:12 +0000 (24 21:43 +0000)
committersbc@chromium.org <sbc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 24 Jul 2014 21:43:12 +0000 (24 21:43 +0000)
treec7b54da0c32306f5ec2199c6d5f8ae04eb3c9fd0
parent114571b355d34bc8459f10775255032c2b86105e
[NaCl SDK] nacl_io: Remove duplication between passthroughfs and devfs.

They both had implementations of RealNode.

Also update examples/tutorial/testing so that it shuts down
the NaCl module correctly.

TEST=trybots
R=binji@chromium.org

Review URL: https://codereview.chromium.org/414993002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285382 0039d316-1c4b-4281-b951-d872f2087c98
native_client_sdk/src/examples/tutorial/testing/example.js
native_client_sdk/src/examples/tutorial/testing/index.html
native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc
native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc
native_client_sdk/src/libraries/nacl_io/library.dsc
native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc
native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.h
native_client_sdk/src/libraries/nacl_io/passthroughfs/real_node.cc [new file with mode: 0644]
native_client_sdk/src/libraries/nacl_io/passthroughfs/real_node.h [new file with mode: 0644]