mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Still fixing new warnings found in build testing.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -827,7 +827,7 @@ struct timespec;
|
||||
int udp_txdrain(FAR struct socket *psock,
|
||||
FAR const struct timespec *abstime);
|
||||
#else
|
||||
# define udp_txdrain(conn, abstime) (0)
|
||||
# define udp_txdrain(conn, abstime) (0)
|
||||
#endif
|
||||
|
||||
#undef EXTERN
|
||||
|
||||
Reference in New Issue
Block a user