forked from Imagelibrary/rtems
2007-03-13 Joel Sherrill <joel@OARcorp.com>
* tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
This commit is contained in:
@@ -50,6 +50,8 @@ rtems_task Init(
|
||||
|
||||
setenv( "TZ", "CST6CDT,M 3.2.0,M 11.1.0", 1 );
|
||||
|
||||
tzset();
|
||||
|
||||
tztester();
|
||||
|
||||
puts( "*** END OF TIMEZONE TEST ***" );
|
||||
|
||||
Reference in New Issue
Block a user