Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-04-21 | tools/nolibc/unistd: add usleep() | Willy Tarreau | 1 | -0/+8 | |
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-21 | tools/nolibc/unistd: extract msleep(), sleep(), tcsetpgrp() to unistd.h | Willy Tarreau | 1 | -0/+46 | |
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> |