reworked snooze to work in function of the newly added (and kernel exported) snooze_etc. Activated libroot counterpart(s).

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1723 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
lillo
2002-10-27 12:06:40 +00:00
parent 292e22f81d
commit a2117f0bc7
11 changed files with 28 additions and 20 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ int sys_getrlimit(int resource, struct rlimit * rlp);
int sys_setrlimit(int resource, const struct rlimit * rlp);
bigtime_t sys_system_time();
int sys_snooze(bigtime_t time);
status_t sys_snooze_until(bigtime_t time, int timebase);
/* sem functions */
sem_id sys_create_sem(int count, const char *name);