All the handling of POSIX file descriptors is now done by fdtable.c. fs.c still manages its own table of file structures of the underlying fs lib. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
From POSIX http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/dirent.h.html """ The <dirent.h> header shall define the following type: DIR ... also define the structure dirent """ etc. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>