summaryrefslogtreecommitdiffstats
path: root/include/cutils/tztime.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-05-22 01:08:01 -0700
committerMathias Agopian <mathias@google.com>2009-05-22 01:08:01 -0700
commit67667115c51693ac27338be2aa7004789b15ff81 (patch)
tree19b840f4ae9c91448722069085a5e97f6c5a1d10 /include/cutils/tztime.h
parentb862ab74c95e4f76c7081ea5756c7ba719833f8c (diff)
parentad3f0d74b4d0c52a819b0b4b242f26bd4ce07bc9 (diff)
downloadsystem_core-67667115c51693ac27338be2aa7004789b15ff81.zip
system_core-67667115c51693ac27338be2aa7004789b15ff81.tar.gz
system_core-67667115c51693ac27338be2aa7004789b15ff81.tar.bz2
merge master to master_gl
Diffstat (limited to 'include/cutils/tztime.h')
-rw-r--r--include/cutils/tztime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/tztime.h b/include/cutils/tztime.h
index 4af2ce4..cf103ca 100644
--- a/include/cutils/tztime.h
+++ b/include/cutils/tztime.h
@@ -32,6 +32,7 @@ void localtime_tz(const time_t * const timep, struct tm * tmp, const char* tz);
struct strftime_locale {
const char *mon[12]; /* short names */
const char *month[12]; /* long names */
+ const char *standalone_month[12]; /* long standalone names */
const char *wday[7]; /* short names */
const char *weekday[7]; /* long names */
const char *X_fmt;