commit | 8659e2f69e5c0f86c0aebc210e10cb8c243d25f1 | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@meta.com> | Wed Nov 16 17:04:17 2022 -0500 |
committer | Stephanos Ioannidis <root@stephanos.io> | Tue Jan 10 09:02:21 2023 +0900 |
tree | 5403e1c9266a2d68a311a57aba77d45de393e159 | |
parent | 6f4e96bc2482e868590f3f72cfed92d14dcd6de1 [diff] |
libc: minimal: include: move fcntl.h to posix The `fcntl.h` header has never been a part of ISO C so move it to `include/zephyr/posix`. To ensure a smooth migration, a header was left in `lib/libc/minimal/include` that prints a deprecation warning. Users should either include `<zephyr/posix/fcntl.h>` or switch to `CONFIG_POSIX_API=y`. Signed-off-by: Chris Friedt <cfriedt@meta.com>