]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
sockets.c: Add ppoll() function
authorCostin Lupu <costin.lupu@cs.pub.ro>
Mon, 25 Nov 2019 07:47:43 +0000 (09:47 +0200)
committerCostin Lupu <costin.lup@gmail.com>
Thu, 28 Nov 2019 15:41:57 +0000 (17:41 +0200)
commit06bd023d07eaa8b5ff848f3d3d4a3126fda7fb73
treebbb7118f1b59de0bbe8ad609271ed21fdd07a449
parentf13f20f335d33103bf755d9b3be7c7527c6e7c66
sockets.c: Add ppoll() function

This ppoll() implementation is adapted from its man page. If tmo_p is NULL,
then ppoll() can block indefinitely.

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
Config.uk
sockets.c