doc: posix: link _POSIX_FSYNC to kconfig option
Link _POSIX_FSYNC to CONFIG_POSIX_FSYNC instead of CONFIG_POSIX_FS. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
b1e2e4ac2c
commit
73c8611682
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ The *Minimal Realtime System Profile* (PSE51) includes all of the
|
|||
:header: Symbol, Support, Remarks
|
||||
:widths: 50, 10, 50
|
||||
|
||||
:ref:`_POSIX_FSYNC <posix_option_fsync>`, -1,
|
||||
:ref:`_POSIX_FSYNC <posix_option_fsync>`, 200809L, :kconfig:option:`CONFIG_POSIX_FSYNC`
|
||||
:ref:`_POSIX_MEMLOCK <posix_option_memlock>`, -1,
|
||||
:ref:`_POSIX_MEMLOCK_RANGE <posix_option_memlock_range>`, -1,
|
||||
:ref:`_POSIX_MONOTONIC_CLOCK <posix_option_monotonic_clock>`, 200809L, :kconfig:option:`CONFIG_POSIX_CLOCK`
|
||||
|
|
|
@ -82,7 +82,7 @@ POSIX System Interfaces
|
|||
|
||||
_POSIX_ADVISORY_INFO, -1,
|
||||
_POSIX_CPUTIME, 200809L, :kconfig:option:`CONFIG_POSIX_CLOCK`
|
||||
_POSIX_FSYNC, 200809L, :kconfig:option:`CONFIG_POSIX_FS`
|
||||
:ref:`_POSIX_FSYNC<posix_option_fsync>`, 200809L, :kconfig:option:`CONFIG_POSIX_FSYNC`
|
||||
_POSIX_IPV6, 200809L, :kconfig:option:`CONFIG_NET_IPV6`
|
||||
_POSIX_MEMLOCK, -1,
|
||||
_POSIX_MEMLOCK_RANGE, -1,
|
||||
|
@ -148,7 +148,7 @@ XSI System Interfaces
|
|||
:header: Symbol, Support, Remarks
|
||||
:widths: 50, 10, 50
|
||||
|
||||
_POSIX_FSYNC, 200809L, :kconfig:option:`CONFIG_POSIX_FS`
|
||||
:ref:`_POSIX_FSYNC<posix_option_fsync>`, 200809L, :kconfig:option:`CONFIG_POSIX_FSYNC`
|
||||
:ref:`_POSIX_THREAD_ATTR_STACKADDR<posix_option_thread_attr_stackaddr>`, 200809L, :kconfig:option:`CONFIG_PTHREAD`
|
||||
:ref:`_POSIX_THREAD_ATTR_STACKSIZE<posix_option_thread_attr_stacksize>`, 200809L, :kconfig:option:`CONFIG_PTHREAD`
|
||||
_POSIX_THREAD_PROCESS_SHARED, -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue