Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / native_client_sdk / src / libraries / nacl_io / syscalls / README
blobfcccdfcf5559ea95f1de10018e4c293ef116a32d
1 This folder contains the implementations of libc/POSIX
2 entry points and redirects them to nacl_io implementations.
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.