Skip to content

Commit 1c3e53f

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 <[email protected]>
1 parent d421c2a commit 1c3e53f

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
@@ -93,6 +93,9 @@ Deprecated APIs and options
9393

9494
* :kconfig:option:`CONFIG_XOPEN_STREAMS` was deprecated. Instead, use :kconfig:option:`CONFIG_XSI_STREAMS`.
9595

96+
* :kconfig:option:`CONFIG_POSIX_API` was deprecated. See :ref:`POSIX Configuration<posix_config>`
97+
for more details.
98+
9699
New APIs and options
97100
====================
98101

0 commit comments

Comments
 (0)