Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | tools/nolibc/unistd: add usleep() | Willy Tarreau | |
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> | |||
2022-04-20 | tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h | Willy Tarreau | |
These functions are normally provided by unistd.h. For ease of porting, let's create the file and move them there. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> |