arch posix: Clarify some references to native_posix

Some old references to native_posix are better
refering to the native targets in general,
or being clarified as only applying to the old
native_posix like targets.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-18 13:34:48 +01:00 committed by Alberto Escolar
parent 64ba1b2210
commit 7b8664c3f9
2 changed files with 2 additions and 2 deletions

View file

@ -197,7 +197,7 @@ endif()
# This is due to some tests using _Static_assert which is a 2011 feature, but # This is due to some tests using _Static_assert which is a 2011 feature, but
# otherwise relying on compilers supporting it also when set to C99. # otherwise relying on compilers supporting it also when set to C99.
# This was in general ok, but with some host compilers and C library versions # This was in general ok, but with some host compilers and C library versions
# it led to problems. So we override it to 2011 for native_posix. # it led to problems. So we override it to 2011 for the native targets.
set_property(GLOBAL PROPERTY CSTD c11) set_property(GLOBAL PROPERTY CSTD c11)
add_subdirectory(core) add_subdirectory(core)

View file

@ -16,7 +16,7 @@
* If you do see a link error telling you that zap_something is undefined, it is * If you do see a link error telling you that zap_something is undefined, it is
* likely that you forgot to select the corresponding Zephyr POSIX API. * likely that you forgot to select the corresponding Zephyr POSIX API.
* *
* This header is included automatically when targeting POSIX ARCH boards * This header is included automatically when targeting some POSIX ARCH boards
* (for ex. native_posix). * (for ex. native_posix).
* It will be included in _all_ Zephyr and application source files * It will be included in _all_ Zephyr and application source files
* (it is passed with the option "-include" to the compiler call) * (it is passed with the option "-include" to the compiler call)