We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad256db commit 635e16aCopy full SHA for 635e16a
components/libc/compilers/common/ctime.c
@@ -70,8 +70,8 @@ static const short __spm[13] =
70
(31 + 28 + 31 + 30 + 31 + 30 + 31 + 31 + 30 + 31 + 30 + 31),
71
};
72
73
-rt_align(RT_ALIGN_SIZE) static const char *days = "Sun Mon Tue Wed Thu Fri Sat ";
74
-rt_align(RT_ALIGN_SIZE) static const char *months = "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ";
+rt_align(RT_ALIGN_SIZE) static const char days[] = "Sun Mon Tue Wed Thu Fri Sat ";
+rt_align(RT_ALIGN_SIZE) static const char months[] = "Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ";
75
76
#ifndef __isleap
77
static int __isleap(int year)
0 commit comments