The set_read_time_clock() syscall now returns a status_t to be able to

indicate failure.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9803 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-11-05 16:06:28 +00:00
parent c345d00db1
commit 4ce0cb439a
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ extern status_t _kern_stop_watching(dev_t device, ino_t node, uint32 flags,
port_id port, uint32 token);
// time functions
extern void _kern_set_real_time_clock(uint32 time);
extern status_t _kern_set_real_time_clock(uint32 time);
// area functions
area_id _kern_create_area(const char *name, void **address, uint32 addressSpec,