This file was ignored up to now because it followed a superseded naming
standard. This patch also adds lwip_htonl, lwip_htons, and lwip_select
to exportsyms.uk, because those are known to be used by applications,
and provided via #defines of their non-prefixed versions.
Signed-off-by: Florian Schmidt <florian.schmidt@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
+++ /dev/null
-liblwip_init
-socket
-accept
-bind
-shutdown
-getpeername
-getsockname
-getsockopt
-setsockopt
-connect
-listen
-recv
-recvfrom
-send
-sendmsg
-sendto
-select
--- /dev/null
+accept
+bind
+connect
+getpeername
+getsockname
+getsockopt
+liblwip_init
+listen
+lwip_htonl
+lwip_htons
+lwip_select
+recv
+recvfrom
+select
+send
+sendmsg
+sendto
+setsockopt
+shutdown
+socket