Skip to content

Commit 3359bb4

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 ed9db9c commit 3359bb4

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
@@ -208,17 +208,19 @@ Enable this option group with :kconfig:option:`CONFIG_POSIX_FD_MGMT`.
208208
POSIX_FILE_LOCKING
209209
++++++++++++++++++
210210

211+
Enable this option group with :kconfig:option:`CONFIG_POSIX_FILE_LOCKING`.
212+
211213
.. csv-table:: POSIX_FILE_LOCKING
212214
:header: API, Supported
213215
:widths: 50,10
214216

215-
flockfile(),
216-
ftrylockfile(),
217-
funlockfile(),
218-
getc_unlocked(),
219-
getchar_unlocked(),
220-
putc_unlocked(),
221-
putchar_unlocked(),
217+
flockfile(), yes
218+
ftrylockfile(), yes
219+
funlockfile(), yes
220+
getc_unlocked(), yes
221+
getchar_unlocked(), yes
222+
putc_unlocked(), yes
223+
putchar_unlocked(), yes
222224

223225
.. _posix_option_group_file_system:
224226

0 commit comments

Comments
 (0)