Adds stub socket functions to NaCl IO
commit3bf2ac1c856f91e69676b9fe366fa8ccfea1b320
authortorinmr@chromium.org <torinmr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 31 Jul 2013 04:16:48 +0000 (31 04:16 +0000)
committertorinmr@chromium.org <torinmr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 31 Jul 2013 04:16:48 +0000 (31 04:16 +0000)
treeff324d117f43c7960fed9b2d794b4efcf34cfc91
parent729e4e304e50a28e29eada7599684b7456fe2c1e
Adds stub socket functions to NaCl IO

Stub functions have been created for all the socket functions we plan
to implement. Noel wrote these, and then gave ownership to me. These are
supported in the glibc toolchain only, as we're holding off on making header
files for the other toolchains until we've decided what to do about
copyright issues.

BUG=257723
TEST=None
R=noelallen@chromium.org,bradnelson@google.com

Review URL: https://chromiumcodereview.appspot.com/20141005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214557 0039d316-1c4b-4281-b951-d872f2087c98
13 files changed:
native_client_sdk/src/build_tools/sdk_files.list
native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc
native_client_sdk/src/libraries/nacl_io/kernel_intercept.h
native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc
native_client_sdk/src/libraries/nacl_io/kernel_proxy.h
native_client_sdk/src/libraries/nacl_io/kernel_wrap.h
native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc
native_client_sdk/src/libraries/nacl_io/library.dsc
native_client_sdk/src/libraries/nacl_io/ossocket.h [new file with mode: 0644]
native_client_sdk/src/libraries/nacl_io_test/example.dsc
native_client_sdk/src/libraries/nacl_io_test/kernel_proxy_mock.h
native_client_sdk/src/libraries/nacl_io_test/kernel_wrap_test.cc
native_client_sdk/src/libraries/nacl_io_test/socket_test.cc [new file with mode: 0644]