Revert "doc: posix: mark posis fd mgmt as supported"
PR #73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.
For more details on the issue see
https://github.com/zephyrproject-rtos/zephyr/issues/75205
This reverts commit e9b676a9ab
.
Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
650227d8c4
commit
57af8a4f64
2 changed files with 14 additions and 16 deletions
|
@ -101,7 +101,7 @@ The *Realtime Controller System Profile* (PSE52) includes all features from PSE5
|
||||||
:widths: 50, 10, 50
|
:widths: 50, 10, 50
|
||||||
|
|
||||||
:ref:`POSIX_C_LANG_MATH <posix_option_group_c_lang_math>`, yes,
|
:ref:`POSIX_C_LANG_MATH <posix_option_group_c_lang_math>`, yes,
|
||||||
:ref:`POSIX_FD_MGMT <posix_option_group_fd_mgmt>`, yes, :kconfig:option:`CONFIG_POSIX_FD_MGMT`
|
:ref:`POSIX_FD_MGMT <posix_option_group_fd_mgmt>`,, :kconfig:option:`CONFIG_POSIX_FD_MGMT`
|
||||||
:ref:`POSIX_FILE_SYSTEM <posix_option_group_file_system>`,, :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`
|
:ref:`POSIX_FILE_SYSTEM <posix_option_group_file_system>`,, :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`
|
||||||
|
|
||||||
.. csv-table:: PSE52 Option Requirements
|
.. csv-table:: PSE52 Option Requirements
|
||||||
|
|
|
@ -546,26 +546,24 @@ POSIX_TIMERS
|
||||||
POSIX_FD_MGMT
|
POSIX_FD_MGMT
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. note::
|
This table lists service support status in Zephyr for `POSIX_FD_MGMT`:
|
||||||
When using Newlib, Picolibc, or other C libraries conforming to the ISO C Standard, the
|
|
||||||
C89 components of the ``POSIX_FD_MGMT`` Option Group are considered supported.
|
|
||||||
|
|
||||||
.. csv-table:: POSIX_FD_MGMT
|
.. csv-table:: POSIX_FD_MGMT
|
||||||
:header: API, Supported
|
:header: API, Supported
|
||||||
:widths: 50,10
|
:widths: 50,10
|
||||||
|
|
||||||
dup(), yes
|
dup(),
|
||||||
dup2(), yes
|
dup2(),
|
||||||
fcntl(), yes
|
fcntl(),
|
||||||
fgetpos(), yes
|
fgetpos(),
|
||||||
fseek(), yes
|
fseek(),
|
||||||
fseeko(), yes
|
fseeko(),
|
||||||
fsetpos(), yes
|
fsetpos(),
|
||||||
ftell(), yes
|
ftell(),
|
||||||
ftello(), yes
|
ftello(),
|
||||||
ftruncate(), yes
|
ftruncate(),yes
|
||||||
lseek(), yes
|
lseek(),
|
||||||
rewind(), yes
|
rewind(),
|
||||||
|
|
||||||
.. _posix_option_group_file_locking:
|
.. _posix_option_group_file_locking:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue