From 7613700a5a9a3803757c2ad3a9d9f3a787bf98d2 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Thu, 6 Jul 2017 21:39:01 +0200 Subject: [PATCH] fix --- hydra.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra.h b/hydra.h index 1184a00..cece25c 100644 --- a/hydra.h +++ b/hydra.h @@ -155,7 +155,7 @@ #ifndef _WIN32 int32_t sleepn(time_t seconds); - int32_t usleepn(long useconds); + int32_t usleepn(int64_t useconds); #else int32_t sleepn(uint32_t seconds); int32_t usleepn(uint32_t useconds);