haiku/headers/os/kernel
Augustin Cavalier 9a50e01ea6 set_real_time_clock: Change parameter from uint32 to uint64.
This should have been done along with the time_t change, but I forgot
to check this then.

Technically this breaks ABI against BeOS, but:
  1. BeOS used an int32, so we'd already slightly broken ABI here
  2. Only one thing at HaikuArchives (VMwareAddons) and one recipe at HaikuPorts
     (samba) uses this function at all.

If it turns out some critical BeOS app uses this, then I guess we can enclose
GCC2 guards around it, but since I can't find any evidence of that, I'm
pushing it without them for now.
2017-11-15 18:28:04 +01:00
..
debugger.h kernel: Add core dump facility 2016-04-24 18:22:14 +02:00
elf.h elf.h: add more architectures. 2017-04-11 18:59:06 +02:00
fs_attr.h * Introduced new fs_lopen_attr_dir() function that opens the attribute 2011-08-10 21:08:00 +00:00
fs_index.h * Updated license header. 2009-07-29 00:57:41 +00:00
fs_info.h NodeMonitor: Added B_WATCH_CHILDREN flag. 2016-03-28 14:31:27 +02:00
fs_query.h * Updated license header. 2009-07-29 00:57:41 +00:00
fs_volume.h * Updated license header. 2009-07-29 00:57:41 +00:00
image.h Make some headers C89 safe again 2016-03-27 16:58:38 +02:00
OS.h set_real_time_clock: Change parameter from uint32 to uint64. 2017-11-15 18:28:04 +01:00
scheduler.h kernel, libroot: Make scheduler modes interface public 2013-11-20 23:32:40 +01:00