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:
Joel Sherrill
2007-03-13 20:02:45 +00:00
parent 307c7af1ea
commit dfd2947f80
2 changed files with 7 additions and 0 deletions

View File

@@ -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>
* tztest/.cvsignore: New file.

View File

@@ -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 ***" );