net/tcp/tcp.h: Fix a muffed edit to conditional found in build testing.
This commit is contained in:
parent
efe65749ce
commit
0bc800d71f
|
@ -63,7 +63,7 @@
|
|||
|
||||
/* 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
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue