Moved _user_system_time() to real_time_clock.c.
Added safemode.h header. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10265 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
53c082117f
commit
9f30bca262
@ -31,6 +31,7 @@
|
|||||||
#include <sys/ioccom.h>
|
#include <sys/ioccom.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <user_atomic.h>
|
#include <user_atomic.h>
|
||||||
|
#include <safemode.h>
|
||||||
|
|
||||||
|
|
||||||
static inline
|
static inline
|
||||||
@ -40,14 +41,6 @@ _user_null()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
static inline
|
|
||||||
bigtime_t
|
|
||||||
_user_system_time()
|
|
||||||
{
|
|
||||||
return system_time();
|
|
||||||
}
|
|
||||||
|
|
||||||
// map to the arch specific call
|
// map to the arch specific call
|
||||||
static inline
|
static inline
|
||||||
int64
|
int64
|
||||||
|
Loading…
Reference in New Issue
Block a user