Fix for RTEMS

This commit is contained in:
zimoch
2010-12-03 08:18:39 +00:00
parent 2c7391602a
commit 6b948abc2d

View File

@ -31,6 +31,10 @@
#define timezone _timezone
#endif
#ifdef __rtems__
#define timezone _timezone
#endif
#ifdef vxWorks
int timezone = 0;
#define tzset() do {\