[haiku-commits] Re: haiku: hrev51551 - headers/os/kernel src/system/libroot/os src/system/kernel

  • From: Jérôme Duval <jerome.duval@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 18 Nov 2017 09:16:27 +0100

2017-11-16 20:55 GMT+01:00  <waddlesplash@xxxxxxxxx>:

-extern uint32          real_time_clock(void);
-extern void                    set_real_time_clock(uint64 
secsSinceJan1st1970);
+extern unsigned long real_time_clock(void);
+extern void                    set_real_time_clock(unsigned long 
secsSinceJan1st1970);

After this change, there are things to align or fix: the fs_shell
wrapper for instance, users of real_time_clock() which still use
uint32.
If you don't intend to do them, please open a task, so it doesn't get forgotten.

Bye,
Jérome

Other related posts: