diff --git a/libmaxsi/thread.cpp b/libmaxsi/thread.cpp index 047f1f4e..31e85c7b 100644 --- a/libmaxsi/thread.cpp +++ b/libmaxsi/thread.cpp @@ -59,7 +59,7 @@ namespace Maxsi } #ifdef LIBMAXSI_LIBC - extern "C" unsigned sleep(unsigned Seconds) { SysSleep(Seconds); return 0; /* TODO: Posix mentions something about signals and whatnot. */} + extern "C" unsigned sleep(unsigned Seconds) { SysSleep(Seconds); return 0; } #endif // TODO: Thinking about it, there is no need for this to be a long.