Skip to content

Commit 611a38d

Browse files
committed
doc: posix: options: mark POSIX_FILE_LOCKING as suppported
Mark POSIX_FILE_LOCKING as supported. This Option Group is part of the _POSIX_THREAD_SAFE_FUNCTIONS Option and is mandatory for all conforming implementations. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 9cbb9f4 commit 611a38d

File tree

1 file changed

+9
-7
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+9
-7
lines changed

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

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,17 +227,19 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FD_MGMT`.
227227
POSIX_FILE_LOCKING
228228
++++++++++++++++++
229229

230+
Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_LOCKING`.
231+
230232
.. csv-table:: POSIX_FILE_LOCKING
231233
:header: API, Supported
232234
:widths: 50,10
233235

234-
flockfile(),
235-
ftrylockfile(),
236-
funlockfile(),
237-
getc_unlocked(),
238-
getchar_unlocked(),
239-
putc_unlocked(),
240-
putchar_unlocked(),
236+
flockfile(), yes
237+
ftrylockfile(), yes
238+
funlockfile(), yes
239+
getc_unlocked(), yes
240+
getchar_unlocked(), yes
241+
putc_unlocked(), yes
242+
putchar_unlocked(), yes
241243

242244
.. _posix_option_group_file_system:
243245

0 commit comments

Comments
 (0)