libc: Reduce relative relocations in strftime().

This commit is contained in:
Jilles Tjoelker 2012-06-17 21:40:13 +00:00
parent ad0ab75379
commit 770284d809

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