- add sources.
[platform/framework/web/crosswalk.git] / src / native_client_sdk / src / libraries / nacl_io / syscalls / README
1 This folder contains the implementations of libc/POSIX
2 entry points and redirects them to nacl_io implementations.
3
4 Not all C library entry points are implemented in this way.
5 In many cases nacl_io instead intercepts the calls at a
6 lower level within the C library.  The way this is done
7 differs for each C library.  See kernel_wrap_*.cc for
8 details.