mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Socket I/F: Misc clean-up to get a clean USRSOCK build.
This commit is contained in:
+1
-2
@@ -49,7 +49,6 @@
|
||||
|
||||
#include <nuttx/clock.h>
|
||||
#include <nuttx/net/net.h>
|
||||
#include "tcp/tcp.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
@@ -176,7 +175,7 @@ struct tcp_conn_s; /* Forward reference */
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int sockfd_allocate(int minsd);
|
||||
int sockfd_allocate(int minsd);
|
||||
|
||||
/****************************************************************************
|
||||
* Name: sock_release
|
||||
|
||||
Reference in New Issue
Block a user