diff options
| author | Eric Fischer <enf@google.com> | 2009-05-15 13:33:20 -0700 |
|---|---|---|
| committer | Eric Fischer <enf@google.com> | 2009-05-15 13:46:55 -0700 |
| commit | a48fa7f4deb6ba703e1da55143771476d4e668ce (patch) | |
| tree | ef345673adaec0cc65724ca430af240244e225c8 /libc/include/time.h | |
| parent | a0508577c9b1fcf89d120ece88fe2080463d4d4d (diff) | |
| download | bionic-a48fa7f4deb6ba703e1da55143771476d4e668ce.zip bionic-a48fa7f4deb6ba703e1da55143771476d4e668ce.tar.gz bionic-a48fa7f4deb6ba703e1da55143771476d4e668ce.tar.bz2 | |
Add standalone_months field to libc strftime().
Replicate my change 722a5c0462f38827f4097065bfc3826b9e0e9fb4 into
bionic in an attempt to fix the build.
Diffstat (limited to 'libc/include/time.h')
| -rw-r--r-- | libc/include/time.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/time.h b/libc/include/time.h index fa1da48..14066a1 100644 --- a/libc/include/time.h +++ b/libc/include/time.h @@ -83,6 +83,7 @@ extern size_t strftime(char *s, size_t max, const char *format, const struc struct strftime_locale { const char * mon[12]; const char * month[12]; + const char * standalone_month[12]; const char * wday[7]; const char * weekday[7]; const char * X_fmt; |
