Still fixing new warnings found in build testing.

This commit is contained in:
Gregory Nutt
2019-07-01 15:56:34 -06:00
parent 8774977f4d
commit 574595dc32
4 changed files with 19 additions and 20 deletions

View File

@@ -1758,7 +1758,7 @@ struct timespec;
int tcp_txdrain(FAR struct socket *psock,
FAR const struct timespec *abstime);
#else
# define tcp_txdrain(conn, abstime) (0)
# define tcp_txdrain(conn, abstime) (0)
#endif
#undef EXTERN