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