This commit is contained in:
van Hauser 2017-07-06 21:39:01 +02:00
parent e141c59d2a
commit 7613700a5a

View file

@ -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);