mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 11:43:34 +08:00
[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…
x
Reference in New Issue
Block a user