[lwip] delete useless RTM export (#5743)
This commit is contained in:
parent
b8bb6a4a87
commit
83c01cabf3
|
@ -708,11 +708,7 @@ RTM_EXPORT(lwip_select);
|
|||
RTM_EXPORT(lwip_ioctl);
|
||||
RTM_EXPORT(lwip_fcntl);
|
||||
RTM_EXPORT(lwip_htons);
|
||||
RTM_EXPORT(lwip_ntohs);
|
||||
RTM_EXPORT(lwip_htonl);
|
||||
RTM_EXPORT(lwip_ntohl);
|
||||
RTM_EXPORT(ipaddr_aton);
|
||||
RTM_EXPORT(ipaddr_ntoa);
|
||||
|
||||
#if LWIP_DNS
|
||||
#include <lwip/netdb.h>
|
||||
|
|
Loading…
Reference in New Issue