mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
net: tcp: Fix compile error in tcp.h
This commit is contained in:
committed by
Gregory Nutt
parent
02b652ce1c
commit
6e7c761fc8
+1
-1
@@ -1188,7 +1188,7 @@ int tcp_backlogadd(FAR struct tcp_conn_s *conn,
|
|||||||
#ifdef CONFIG_NET_TCPBACKLOG
|
#ifdef CONFIG_NET_TCPBACKLOG
|
||||||
bool tcp_backlogavailable(FAR struct tcp_conn_s *conn);
|
bool tcp_backlogavailable(FAR struct tcp_conn_s *conn);
|
||||||
#else
|
#else
|
||||||
# define tcp_backlogavailable(c) (false);
|
# define tcp_backlogavailable(c) (false)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user