libc: Reduce relative relocations in strftime().

This commit is contained in:
jilles 2012-06-17 21:40:13 +00:00
parent 7d8c797417
commit c7b187ab12

View File

@ -67,7 +67,7 @@ extern char * tzname[];
#define PAD_SPACE 2
#define PAD_ZERO 3
static const char* fmt_padding[][4] = {
static const char fmt_padding[][4][5] = {
/* DEFAULT, LESS, SPACE, ZERO */
#define PAD_FMT_MONTHDAY 0
#define PAD_FMT_HMS 0