commit | 3693f858051c1b0812ffa52cfdc349b7f8f8371f | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Wed Jun 05 08:49:52 2019 +0300 |
committer | Kumar Gala <kumar.gala@gmail.com> | Thu Jul 25 13:50:58 2019 -0400 |
tree | 92e49b4320e50b739ab27c3399b3e04b6d8e808f | |
parent | 491702a6c603d90b49292aac94248bd3fafa5a69 [diff] |
posix: Move sys/stat.h to minimal libc Newlib libc already provides sys/stat.h, so trying to have sys/stat.h on the level of POSIX subsys inevitable leads to include order and definition conflicts. Instead (as most of other sys/* includes) should come from the underlying libc. While moving, made unrelated change of removing #include <kernel.h>, to accommodate the change reviewers. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>