doc: posix: option_groups: mark msync as supported

`msync()` has been implemented in #73799.

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
Yong Cong Sin 2024-06-17 13:35:55 +08:00 committed by Carles Cufí
commit 11bd1dae33

View file

@ -873,7 +873,7 @@ Enable this option with :kconfig:option:`CONFIG_POSIX_SYNCHRONIZED_IO`.
fdatasync(),
fsync(),yes
msync(),
msync(),yes
.. _posix_option_thread_attr_stackaddr: