]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commitdiff
Move export.syms to exportsyms.uk
authorFlorian Schmidt <florian.schmidt@neclab.eu>
Mon, 20 May 2019 11:29:44 +0000 (13:29 +0200)
committerFelipe Huici <felipe.huici@neclab.eu>
Wed, 29 May 2019 12:36:04 +0000 (14:36 +0200)
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>
export.syms [deleted file]
exportsyms.uk [new file with mode: 0644]

diff --git a/export.syms b/export.syms
deleted file mode 100644 (file)
index ec7c2bf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-liblwip_init
-socket
-accept
-bind
-shutdown
-getpeername
-getsockname
-getsockopt
-setsockopt
-connect
-listen
-recv
-recvfrom
-send
-sendmsg
-sendto
-select
diff --git a/exportsyms.uk b/exportsyms.uk
new file mode 100644 (file)
index 0000000..42e255f
--- /dev/null
@@ -0,0 +1,20 @@
+accept
+bind
+connect
+getpeername
+getsockname
+getsockopt
+liblwip_init
+listen
+lwip_htonl
+lwip_htons
+lwip_select
+recv
+recvfrom
+select
+send
+sendmsg
+sendto
+setsockopt
+shutdown
+socket