mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 13:16:33 +00:00
net: tcp: Fix compile error in tcp.h
This commit is contained in:
parent
443255f348
commit
098dadcf0b
1 changed files with 1 additions and 1 deletions
|
|
@ -1188,7 +1188,7 @@ int tcp_backlogadd(FAR struct tcp_conn_s *conn,
|
|||
#ifdef CONFIG_NET_TCPBACKLOG
|
||||
bool tcp_backlogavailable(FAR struct tcp_conn_s *conn);
|
||||
#else
|
||||
# define tcp_backlogavailable(c) (false);
|
||||
# define tcp_backlogavailable(c) (false)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue