]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Stub getservbyport_r()
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 12 Feb 2020 14:31:38 +0000 (15:31 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 13 Feb 2020 09:42:08 +0000 (10:42 +0100)
commit669e3007bad2ca60f882a7b954f27864bb3938e1
tree49bf381612eb294f8d43a42e21d01550d65c7378
parent7e523af6ee8ecc424e5a83347f444516d0fd4c5c
Stub getservbyport_r()

Building lwip breaks when nolibc is selected. getservbyport_r() was
relying on definitions which aren't available with nolibc. This commit
stubs this function because it seems that it wasn't used and tested so
far.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
serv.c