Build tzcode with hidden visibility.

Bug: 11156955
Change-Id: Ib98d837b56cbbdfd01687cb3054fe3103eec0da9
This commit is contained in:
Elliott Hughes
2014-06-19 14:49:30 -07:00
parent 29e3a0e312
commit d10db82619
6 changed files with 39 additions and 36 deletions

View File

@@ -144,7 +144,7 @@ const struct tm * const t;
}
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;