zephyr/lib/posix/shell
Christopher Friedt 529023e6f8 posix: manually define _POSIX_C_SOURCE in lib/posix
This PR adds declarations for the application conformance
feature test macro _POSIX_C_SOURCE.

It needs to be defined to value greater than or equal to 200112L
by the appplication.

However, Zephyr currently does not have a simple and consistent
means of specifying this value for POSIX samples, tests,
applications, and other libraries.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-03-08 04:28:47 -05:00
..
CMakeLists.txt posix: manually define _POSIX_C_SOURCE in lib/posix 2024-03-08 04:28:47 -05:00
Kconfig posix: shell: add an environment variable shell command 2024-03-08 04:28:47 -05:00
Kconfig.env posix: shell: add an environment variable shell command 2024-03-08 04:28:47 -05:00
Kconfig.uname
env.c posix: shell: add an environment variable shell command 2024-03-08 04:28:47 -05:00
posix_shell.c
posix_shell.h
uname.c