improve handling of nonstandard fields in struct tm
authorRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 13:54:45 +0000 (09:54 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 7 Jun 2013 13:54:45 +0000 (09:54 -0400)
commitf7244d205fc68d9ee8e28f89a8b5a680586a6117
tree45baa73d6e97add9aef30f2eef737f1e6d076d00
parente039db27c2b4298470861c57535eb91a3eb3b1a6
improve handling of nonstandard fields in struct tm

defining tm_gmtoff and tm_zone as macros was breaking some application
code that used these names for its own purposes.
include/time.h