Skip to content

Commit c82f505

Browse files
committed
doc: release: 4.3: deprecate CONFIG_POSIX_API
Add release notes about the deprecation of CONFIG_POSIX_API. User should instead use one of the pre-defined POSIX subprofiles CONFIG_POSIX_AEP_CHOICE_BASE CONFIG_POSIX_AEP_CHOICE_PSE51 CONFIG_POSIX_AEP_CHOICE_PSE52 CONFIG_POSIX_AEP_CHOICE_PSE53 and libraries should depend on CONFIG_POSIX_SYSTEM_INTERFACES as well as other POSIX Option Groups, as needed. For more information, please see https://pubs.opengroup.org/onlinepubs/9799919799/xrat/V4_subprofiles.html Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
1 parent 0b149e8 commit c82f505

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/releases/release-notes-4.3.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ Deprecated APIs and options
8686

8787
* :kconfig:option:`CONFIG_XOPEN_STREAMS` was deprecated. Use :kconfig:option:`CONFIG_XSI_STREAMS` instead.
8888

89+
* :kconfig:option:`CONFIG_POSIX_API` was deprecated. See :ref:`POSIX Configuration<posix_config>`
90+
for more details.
91+
8992
New APIs and options
9093
====================
9194

0 commit comments

Comments
 (0)