1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

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

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.