Since our libroot/os/thread.c already exports this, we can as well just add

it to the header, too :)
(it's a new function in Dano/Zeta)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8234 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-29 20:04:07 +00:00
parent 576416d2d7
commit 3f403c721c
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ extern status_t receive_data(thread_id *sender, void *buffer, size_t buffer_siz
extern bool has_data(thread_id thread);
extern status_t snooze(bigtime_t amount);
extern status_t snooze_etc(bigtime_t amount, int timeBase, uint32 flags);
extern status_t snooze_until(bigtime_t time, int timeBase);
/* system private, use macros instead */