[haiku-commits] Re: r37905 - in haiku/trunk: headers/private/kernel src/add-ons/kernel/file_systems/fat src/system/kernel

  • From: Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 4 Aug 2010 19:28:22 +0200

2010/8/4  <zooey@xxxxxxxxxxxxxxx>:

> @@ -28,6 +31,8 @@
>  uint32 rtc_tm_to_secs(const struct tm *t);
>  void rtc_secs_to_tm(uint32 seconds, struct tm *t);
>
> +uint32 get_timezone_offset();
> +

A question: shouldn't this include "syscalls.h", instead of declaring
the function extern ?
(BTW, there are other places in our tree where we do that, for other syscalls).

Other related posts: