aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/time64.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the non-standard time64 stuff for LP64.Elliott Hughes2014-05-051-6/+1
| | | | | | | We need a workaround in strftime as long as we still need to support 64-bit times on LP32. Change-Id: I8ffb616f6312d4063fb9ea3c36b52653e8f4c5f8
* LP64 shouldn't include the non-standard <time64.h> cruft.Elliott Hughes2014-04-221-15/+27
| | | | | | | This patch includes just enough to keep external/chromium_org building until they switch 64-bit Android over to using the regular non-Android code. Change-Id: Iecaf274efa46ae18a42d5e3439c5aa4f909177c1
* libc: allow usage of time64.h from cpp codeFred Fettinger2009-11-231-0/+5
| | | | | | | | | Wrapped declarations in time64.h with __BEGIN_DECLS/__END_DECLS so that the prototypes are correctly identified as extern C. Change-Id: I253453307831c929a6c7174b28b48bceef946fed Signed-off-by: Fred Fettinger <fred.fettinger@motorola.com> Signed-off-by: Mike Lockwood <lockwood@android.com>
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+54
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-54/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-0/+54