Renamed sleep() to spin() as that's what it does, and sleep() also doesn't
like unistd.h. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9040 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
extern void clearscreen(void);
|
||||
extern void kputs(const char *str);
|
||||
extern int dprintf(const char *fmt, ...);
|
||||
extern void sleep(uint64 time);
|
||||
extern void spin(uint64 microseconds);
|
||||
extern void execute_n_instructions(int count);
|
||||
void system_time_setup(long a);
|
||||
uint64 rdtsc();
|
||||
|
||||
Reference in New Issue
Block a user