Fixed build under BeOS.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22635 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -28,10 +28,10 @@
|
||||
|
||||
|
||||
#ifdef HAIKU_TARGET_PLATFORM_HAIKU
|
||||
#include <syscalls.h>
|
||||
# include <syscalls.h>
|
||||
#else
|
||||
void _kset_tzfilename_(const char *name, size_t length, bool isGMT);
|
||||
#define _kern_set_tzfilename _kset_tzfilename_
|
||||
extern "C" void _kset_tzfilename_(const char *name, size_t length, bool isGMT);
|
||||
# define _kern_set_tzfilename _kset_tzfilename_
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user