Skip to content

Commit 5e5dd21

Browse files
committed
doc: posix: mark posis fd mgmt as supported
Mark the POSIX_FD_MGMT Option Group as supported. Signed-off-by: Chris Friedt <[email protected]>
1 parent d92baf8 commit 5e5dd21

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

doc/services/portability/posix/aep/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The *Realtime Controller System Profile* (PSE52) includes all features from PSE5
101101
:widths: 50, 10, 50
102102

103103
:ref:`POSIX_C_LANG_MATH <posix_option_group_c_lang_math>`, yes,
104-
:ref:`POSIX_FD_MGMT <posix_option_group_fd_mgmt>`,, :kconfig:option:`CONFIG_POSIX_FD_MGMT`
104+
:ref:`POSIX_FD_MGMT <posix_option_group_fd_mgmt>`, yes, :kconfig:option:`CONFIG_POSIX_FD_MGMT`
105105
:ref:`POSIX_FILE_SYSTEM <posix_option_group_file_system>`,, :kconfig:option:`CONFIG_POSIX_FILE_SYSTEM`
106106

107107
.. csv-table:: PSE52 Option Requirements

doc/services/portability/posix/option_groups/index.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -538,24 +538,26 @@ POSIX_TIMERS
538538
POSIX_FD_MGMT
539539
=============
540540

541-
This table lists service support status in Zephyr for `POSIX_FD_MGMT`:
541+
.. note::
542+
When using Newlib, Picolibc, or other C libraries conforming to the ISO C Standard, the
543+
C89 components of the ``POSIX_FD_MGMT`` Option Group are considered supported.
542544

543545
.. csv-table:: POSIX_FD_MGMT
544546
:header: API, Supported
545547
:widths: 50,10
546548

547-
dup(),
548-
dup2(),
549-
fcntl(),
550-
fgetpos(),
551-
fseek(),
552-
fseeko(),
553-
fsetpos(),
554-
ftell(),
555-
ftello(),
556-
ftruncate(),yes
557-
lseek(),
558-
rewind(),
549+
dup(), yes
550+
dup2(), yes
551+
fcntl(), yes
552+
fgetpos(), yes
553+
fseek(), yes
554+
fseeko(), yes
555+
fsetpos(), yes
556+
ftell(), yes
557+
ftello(), yes
558+
ftruncate(), yes
559+
lseek(), yes
560+
rewind(), yes
559561

560562
.. _posix_option_group_file_locking:
561563

0 commit comments

Comments
 (0)