added _kern_set_tzfilename, used to set global timezone filename and whether clock is GMT

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10174 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-11-22 16:59:10 +00:00
parent bd38d51e91
commit fbf47a381c

View File

@ -185,6 +185,7 @@ extern status_t _kern_stop_watching(dev_t device, ino_t node, uint32 flags,
// time functions
extern status_t _kern_set_real_time_clock(uint32 time);
extern status_t _kern_set_tzspecs(int32 timezone_offset, bool dst_observed);
extern status_t _kern_set_tzfilename(const char *filename, size_t length, bool isGMT);
// area functions
area_id _kern_create_area(const char *name, void **address, uint32 addressSpec,