aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.c')
-rw-r--r--src/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.c b/src/util.c
index 3e2bdd2..0d6b715 100644
--- a/src/util.c
+++ b/src/util.c
@@ -182,7 +182,7 @@ int dup2atleast(int fd, int atleast)
* @param ms The number of milliseconds to sleep,
* must be less than 1000
*/
-void msleep(int ms)
+void msleep(unsigned ms)
{
struct timespec ts;
ts.tv_sec = 0;