diff options
author | Elliott Hughes <enh@google.com> | 2012-09-24 10:13:12 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2012-09-24 10:13:12 -0700 |
commit | f4b34b6c3942be273ad7298a40be0d312b183aab (patch) | |
tree | b8af5b4cc52763f738afc5d3665696968e96d4a5 /libc/private/bionic_time.h | |
parent | 6c0e373d38a9cb424bd6d9c4d5d6168960846aa5 (diff) | |
download | bionic-f4b34b6c3942be273ad7298a40be0d312b183aab.zip bionic-f4b34b6c3942be273ad7298a40be0d312b183aab.tar.gz bionic-f4b34b6c3942be273ad7298a40be0d312b183aab.tar.bz2 |
DO NOT MERGE Revert "Add the libcutils localtime_tz and mktime_t extensions to bionic."
This reverts commit 3a936a4980046a7eeb8d53a3296058d8f3a1f770.
We don't want this in jb-mr1.
Diffstat (limited to 'libc/private/bionic_time.h')
-rw-r--r-- | libc/private/bionic_time.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libc/private/bionic_time.h b/libc/private/bionic_time.h index 464ab0f..ee82254 100644 --- a/libc/private/bionic_time.h +++ b/libc/private/bionic_time.h @@ -49,12 +49,7 @@ struct strftime_locale { const char * date_fmt; }; -/* - * Note: you should consider these extensions deprecated and use managed code or icu4c instead. - */ -extern size_t strftime_tz(char* s, size_t max, const char* format, const struct tm* tm, const struct strftime_locale* lc); -extern time_t mktime_tz(struct tm* const tmp, char const* tz); -extern void localtime_tz(const time_t* const timep, struct tm* tmp, const char* tz); +extern size_t strftime_tz(char *s, size_t max, const char *format, const struct tm *tm, const struct strftime_locale* lc); #endif /* _BIONIC_STRFTIME_TZ_DECLARED */ |