OSDN Git Service

- fix warning about static not being at the beginning of a decl
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 21 May 2008 10:43:45 +0000 (10:43 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 21 May 2008 10:43:45 +0000 (10:43 -0000)
libc/misc/time/time.c

index 456bc25..c98106a 100644 (file)
@@ -208,7 +208,7 @@ void _time_tzset(int use_old_rules) attribute_hidden;
 
  /* Jan 1, 2007 Z - tm = 0,0,0,1,0,107,1,0,0 */
 
-const static time_t new_rule_starts = 1167609600;
+static const time_t new_rule_starts = 1167609600;
 
 #endif
 #endif