Skip to content

Commit 0ea156b

Browse files
samples: net: civetweb: Remove an unnecessary config option
CONFIG_NET_SOCKETS_POSIX_NAMES is incompatible with POSIX_API, so it's disabled by the build system. It's no longer required anyway. It is a leftover from before zephyrproject-rtos#16557 was merged. Signed-off-by: Piotr Zierhoffer <[email protected]>
1 parent d157527 commit 0ea156b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/net/sockets/civetweb/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CONFIG_NET_IPV4=y
1313
# CONFIG_NET_IPV6 is not set
1414
CONFIG_NET_TCP=y
1515
CONFIG_NET_SOCKETS=y
16-
CONFIG_NET_SOCKETS_POSIX_NAMES=y
1716
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=131072
1817
CONFIG_NET_TX_STACK_SIZE=8192
1918
CONFIG_NET_RX_STACK_SIZE=8192

0 commit comments

Comments
 (0)