Removed outdated comment about sleep(2) and signals.

This commit is contained in:
Jonas 'Sortie' Termansen 2011-12-04 21:07:32 +01:00
parent 5bc05c4e0e
commit 597e700618
1 changed files with 1 additions and 1 deletions

View File

@ -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.