4 * Array __month_lengths[] is (indirectly) needed by tzset(), mktime(),
5 * gmtime() and localtime(). To break any dependencies, this array is moved to
6 * separate source file.
11 const int __month_lengths
[2][MONSPERYEAR
] = {
12 {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31},
13 {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}