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:
Axel Dörfler 2003-10-28 13:13:35 +00:00
parent cc9992caa1
commit 2011bdf831

View File

@ -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()
}