commit | 8e1d78c357fd5029c76e206a7b000d6dbea1665a | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Oct 09 20:40:18 2018 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Oct 09 15:44:59 2018 -0400 |
tree | 765d040c12d58af8f3d6e9e565c086be879d1267 | |
parent | 4fe661181cea83eb390e1d62910a7ee1b5042303 [diff] |
libc: minimal: Make fcntl.h be at top level, not sys/fcntl.h Placing it at sys/fcntl.h was due to mimicking internal newlib's layout, but what we need is this file at the standard location, for reuse. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>