commit | d10db8261949e4d84b65f5c369153d0ca86ab22c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Jun 19 14:49:30 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 19 14:49:30 2014 -0700 |
tree | f3ec0b9a4e08a39492c86e49f17f1ba192b6182f | |
parent | 29e3a0e312b7a76b91adfd77a399a390ffaed11d [diff] [blame] |
Build tzcode with hidden visibility. Bug: 11156955 Change-Id: Ib98d837b56cbbdfd01687cb3054fe3103eec0da9
diff --git a/libc/tzcode/strftime.c b/libc/tzcode/strftime.c index a926164..f996f48 100644 --- a/libc/tzcode/strftime.c +++ b/libc/tzcode/strftime.c
@@ -144,7 +144,7 @@ } size_t -strftime_tz(s, maxsize, format, t, locale) +__attribute__((visibility("default"))) strftime_tz(s, maxsize, format, t, locale) char * const s; const size_t maxsize; const char * const format;