]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
ppoll()/generic select() only available with libc
authorSimon Kuenzer <simon.kuenzer@neclab.eu>
Wed, 12 Feb 2020 14:31:29 +0000 (15:31 +0100)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 13 Feb 2020 09:42:00 +0000 (10:42 +0100)
commit7e523af6ee8ecc424e5a83347f444516d0fd4c5c
treee751cd2c852a40ecbe6ca9e35b5a4732d2de9ad2
parent4bca2ab940ef7e3b23f94111b4d04103f751a4bf
ppoll()/generic select() only available with libc

The options LWIP_SOCKET_SELECT_GENERIC_FDS and LWIP_SOCKET_PPOLL are
only made available when a proper libc (HAVE_LIBC) is added and
enabled to the build. These options do not work with nolibc.

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