Fixed the set_real_time_clock() stub to expect an uint32 parameter as well.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5185 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cc9992caa1
commit
2011bdf831
@ -17,7 +17,7 @@ real_time_clock(void)
|
||||
|
||||
|
||||
void
|
||||
set_real_time_clock(int32 secs)
|
||||
set_real_time_clock(uint32 secs)
|
||||
{
|
||||
// ToDo: set_real_time_clock()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user