From 437ad7589dd7944768df50699d5782524a852781 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 5 Jul 2019 10:10:52 +0300 Subject: [PATCH] Revert "net: sockets: Make NET_SOCKETS_POSIX_NAMES depend on !POSIX_API" This reverts commit 0fb8a917e6cfd2d93711cd1e06074315800e6c95. Our system is not yet ready for this change and it is causing issues if one wishes to use both generic Posix APIs and BSD networking APIs. Fixes #17353 Signed-off-by: Jukka Rissanen --- subsys/net/lib/sockets/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/net/lib/sockets/Kconfig b/subsys/net/lib/sockets/Kconfig index 25017a0511959..fb5fcee8f0274 100644 --- a/subsys/net/lib/sockets/Kconfig +++ b/subsys/net/lib/sockets/Kconfig @@ -15,7 +15,6 @@ if NET_SOCKETS config NET_SOCKETS_POSIX_NAMES bool "Standard POSIX names for Sockets API" - depends on !POSIX_API help By default, Sockets API function are prefixed with ``zsock_`` to avoid namespacing issues. If this option is enabled, they will be provided