commit | c152ebd6344c6e3e07ea4aa9c6f9d7562683fd46 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Sep 27 17:54:24 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 02 10:51:52 2018 -0700 |
tree | e503e0c243c778b9f85efe1775564d68a221c163 | |
parent | 260fbc4249c58d7e20731d1a59aeddad3a04dad5 [diff] |
include: posix: Split dirent.h from unistd.h 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>