mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-13 06:40:09 +00:00
[!_LIBC] (__mon_yday): Fix typo in definition.
This commit is contained in:
parent
c114f43027
commit
4da820ffde
@ -200,7 +200,7 @@ static char const ab_month_name[][4] =
|
|||||||
# define HERE_T_FMT_AMPM "%I:%M:%S %p"
|
# define HERE_T_FMT_AMPM "%I:%M:%S %p"
|
||||||
# define HERE_T_FMT "%H:%M:%S"
|
# define HERE_T_FMT "%H:%M:%S"
|
||||||
|
|
||||||
const unsigned short int __mon_yday[1][13] =
|
const unsigned short int __mon_yday[2][13] =
|
||||||
{
|
{
|
||||||
/* Normal years. */
|
/* Normal years. */
|
||||||
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
|
{ 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
|
||||||
|
Loading…
Reference in New Issue
Block a user