commit | 6576a3749bd3805508294bfcac3d9658fc0f8d6e | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Sep 21 01:16:13 2016 -0700 |
committer | Dan Albert <danalbert@google.com> | Thu Sep 22 00:44:37 2016 -0700 |
tree | d076b59a7c20d15f392428e9cf4c1e06e601b1b7 | |
parent | 3103f6d39e4ae309a9374ee38f414400c889c558 [diff] [blame] |
Add legacy inlines for locale aware APIs. Test: make checkbuild tests Bug: http://b/31639993 Change-Id: Ic43d690dff3c6960d7826bd0b064640a3ea0e883
diff --git a/libc/include/time.h b/libc/include/time.h index 888ce12..691aa06 100644 --- a/libc/include/time.h +++ b/libc/include/time.h
@@ -104,4 +104,6 @@ __END_DECLS +#include <android/legacy_time_inlines.h> + #endif /* _TIME_H_ */