We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bb6a4 commit 83c01caCopy full SHA for 83c01ca
1 file changed
components/net/lwip/port/sys_arch.c
@@ -708,11 +708,7 @@ RTM_EXPORT(lwip_select);
708
RTM_EXPORT(lwip_ioctl);
709
RTM_EXPORT(lwip_fcntl);
710
RTM_EXPORT(lwip_htons);
711
-RTM_EXPORT(lwip_ntohs);
712
RTM_EXPORT(lwip_htonl);
713
-RTM_EXPORT(lwip_ntohl);
714
-RTM_EXPORT(ipaddr_aton);
715
-RTM_EXPORT(ipaddr_ntoa);
716
717
#if LWIP_DNS
718
#include <lwip/netdb.h>
0 commit comments