libc: Reduce relative relocations in strftime().
This commit is contained in:
parent
7d8c797417
commit
c7b187ab12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user