Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: include unistd.h, which may be required for usleep prototype | Jon Turney | 2017-11-10 | 1 | -0/+1 |
| | | | | | | | | | | This seems to be dropped in 222a2fb9 "util: move os_time.[ch] to src/util" ../../../src/util/os_time.c: In function ‘os_time_sleep’: ../../../src/util/os_time.c:104:4: error: implicit declaration of function ‘usleep’ [-Werror=implicit-function-declaration] Signed-off-by: Jon Turney <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]> | ||||
* | util: move os_time.[ch] to src/util | Nicolai Hähnle | 2017-11-09 | 1 | -0/+191 |
Reviewed-by: Marek Olšák <[email protected]> |