doc: posix: option groups: add c_lang_support_r section.
Document that the POSIX_C_LANG_SUPPORT_R Option Group is already complete. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
dfabbee634
commit
d29a2a599c
1 changed files with 19 additions and 0 deletions
|
@ -72,6 +72,25 @@ Group.
|
||||||
For more information on developing Zephyr applications in the C programming language, please refer
|
For more information on developing Zephyr applications in the C programming language, please refer
|
||||||
to :ref:`details<language_support>`.
|
to :ref:`details<language_support>`.
|
||||||
|
|
||||||
|
.. _posix_option_group_c_lang_support_r:
|
||||||
|
|
||||||
|
POSIX_C_LANG_SUPPORT_R
|
||||||
|
++++++++++++++++++++++
|
||||||
|
|
||||||
|
Enable this option group with :kconfig:option:`CONFIG_POSIX_C_LANG_SUPPORT_R`.
|
||||||
|
|
||||||
|
.. csv-table:: POSIX_C_LANG_SUPPORT_R
|
||||||
|
:header: API, Supported
|
||||||
|
:widths: 50,10
|
||||||
|
|
||||||
|
asctime_r(),yes
|
||||||
|
ctime_r(),yes
|
||||||
|
gmtime_r(),yes
|
||||||
|
localtime_r(),yes
|
||||||
|
rand_r(),yes
|
||||||
|
strerror_r(),yes
|
||||||
|
strtok_r(),yes
|
||||||
|
|
||||||
.. _posix_option_group_c_lib_ext:
|
.. _posix_option_group_c_lib_ext:
|
||||||
|
|
||||||
POSIX_C_LIB_EXT
|
POSIX_C_LIB_EXT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue