Skip to content

Commit 83c01ca

Browse files
authored
[lwip] delete useless RTM export (#5743)
1 parent b8bb6a4 commit 83c01ca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/net/lwip/port/sys_arch.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,7 @@ RTM_EXPORT(lwip_select);
708708
RTM_EXPORT(lwip_ioctl);
709709
RTM_EXPORT(lwip_fcntl);
710710
RTM_EXPORT(lwip_htons);
711-
RTM_EXPORT(lwip_ntohs);
712711
RTM_EXPORT(lwip_htonl);
713-
RTM_EXPORT(lwip_ntohl);
714-
RTM_EXPORT(ipaddr_aton);
715-
RTM_EXPORT(ipaddr_ntoa);
716712

717713
#if LWIP_DNS
718714
#include <lwip/netdb.h>

0 commit comments

Comments
 (0)