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:
@@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2007-03-13 Joel Sherrill <joel@OARcorp.com>
|
2007-03-13 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* tztest/.cvsignore: New file.
|
* tztest/.cvsignore: New file.
|
||||||
|
|||||||
@@ -50,6 +50,8 @@ rtems_task Init(
|
|||||||
|
|
||||||
setenv( "TZ", "CST6CDT,M 3.2.0,M 11.1.0", 1 );
|
setenv( "TZ", "CST6CDT,M 3.2.0,M 11.1.0", 1 );
|
||||||
|
|
||||||
|
tzset();
|
||||||
|
|
||||||
tztester();
|
tztester();
|
||||||
|
|
||||||
puts( "*** END OF TIMEZONE TEST ***" );
|
puts( "*** END OF TIMEZONE TEST ***" );
|
||||||
|
|||||||
Reference in New Issue
Block a user