commit | 7913bc05bec230799aa70188b40ec7b231f5400f | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Fri Jan 13 13:38:40 2012 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Fri Jan 13 13:38:40 2012 +0100 |
tree | d5deaf653ad7608f7312172b00e572ffd8e1199d | |
parent | dae26c6ac44e9c47cc60fcaa3d04c54d68d66760 [diff] |
libcutils: Use proper private header to access C library's <time.h> extension The strftime_tz() function is not a standard C library function and should not appear in <time.h>. Instead, it is being moved to <bionic_time.h>, a private header only available to platform libraries. Change-Id: I4dc18939b9380725dfaa20c9e417296363bc52f4