1This folder contains the implementations of libc/POSIX
2entry points and redirects them to nacl_io implementations.
3
4Not all C library entry points are implemented in this way.
5In many cases nacl_io instead intercepts the calls at a
6lower level within the C library.  The way this is done
7differs for each C library.  See kernel_wrap_*.cc for
8details.
9