net/tcp/tcp.h: Fix a muffed edit to conditional found in build testing.

This commit is contained in:
Gregory Nutt 2019-02-11 15:54:31 -06:00
parent efe65749ce
commit 0bc800d71f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
/* Conditions for support TCP poll/select operations */ /* Conditions for support TCP poll/select operations */
#if !defined(CONFIG_DISABLE_POLL) 0 && defined(CONFIG_NET_TCP_READAHEAD) #if !defined(CONFIG_DISABLE_POLL) && defined(CONFIG_NET_TCP_READAHEAD)
# define HAVE_TCP_POLL # define HAVE_TCP_POLL
#endif #endif