tools/nolibc/unistd: add usleep()
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Feb 2022 16:23:50 +0000 (17:23 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 14 Feb 2022 18:48:55 +0000 (10:48 -0800)
commita2f2e5ea138a638769b7f4dc1b9420a30d81fa47
treeae944cdec62bf2f8c2f30f7e83e1b0027d789f14
parente70638de6c6e00b0e99d09836cef015daee5a309
tools/nolibc/unistd: add usleep()

This call is trivial to implement based on select() to complete sleep()
and msleep(), let's add it.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/unistd.h