diff options
author | David 'Digit' Turner <digit@google.com> | 2012-01-13 14:24:08 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@google.com> | 2012-01-13 14:24:08 +0100 |
commit | 208898ee776117f42815c2fcb15903b2781bf0aa (patch) | |
tree | ad3cf092397fa7e398e37c65312e4675016a1da3 /libc/tzcode | |
parent | 11f3d5a4319e6e37e5280cf187b3d173e1ac0adb (diff) | |
download | bionic-208898ee776117f42815c2fcb15903b2781bf0aa.zip bionic-208898ee776117f42815c2fcb15903b2781bf0aa.tar.gz bionic-208898ee776117f42815c2fcb15903b2781bf0aa.tar.bz2 |
libc: remove private declarations from <time.h> and <resolv.h>
This patch is used to remove private C library declarations from the
public headers (that are exported to the NDK). It should *only* be
submitted after all other patches modifying the users of said
private functions have been submitted to the tree, to avoid
breakages.
Change-Id: I0a5e3014f8e3ac9ed8df86a5cdae506337c23252
Diffstat (limited to 'libc/tzcode')
-rw-r--r-- | libc/tzcode/strftime.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/tzcode/strftime.c b/libc/tzcode/strftime.c index a2cc3b3..f6e7435 100644 --- a/libc/tzcode/strftime.c +++ b/libc/tzcode/strftime.c @@ -38,6 +38,7 @@ static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89"; #include "locale.h" #include <ctype.h> #include <time64.h> +#include <bionic_time.h> /* for strftime_tz */ /* struct lc_time_T is now defined as strftime_locale * in <time.h> |