Add a warning.

llvm-svn: 77746
This commit is contained in:
Mikhail Glushenkov 2009-07-31 22:24:20 +00:00
parent a4fc8d94ce
commit 645bb0fc71
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ namespace sys {
/// @returns -1=cancelled, 0=untriggered, 1=triggered
int AlarmStatus();
/// Sleep for n seconds.
/// Sleep for n seconds. Warning: mixing calls to Sleep() and other *Alarm
/// calls may be a bad idea on some platforms (source: Linux man page).
/// @returns nothing.
void Sleep(unsigned n);