summaryrefslogtreecommitdiffstats
path: root/libc/docs
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-12-06 12:23:16 +0100
committerDavid 'Digit' Turner <digit@google.com>2010-12-06 12:25:52 +0100
commit6481b91520150e9664a3c4abc5d2aebdce422f93 (patch)
tree8fadb7aadcc6002a7053da60d50b49704423a5f9 /libc/docs
parent23d24394e72715ddf580726655c8ba3fbcf11bfe (diff)
downloadbionic-6481b91520150e9664a3c4abc5d2aebdce422f93.zip
bionic-6481b91520150e9664a3c4abc5d2aebdce422f93.tar.gz
bionic-6481b91520150e9664a3c4abc5d2aebdce422f93.tar.bz2
<time.h>: Add timegm(), timelocal() and others.
Add timegm(), timelocal(), time2posix() and posix2time() to the C library. Change-Id: I34d5771ed83dd994870a5ca58a511d01898b1ffb
Diffstat (limited to 'libc/docs')
-rw-r--r--libc/docs/CHANGES.TXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT
index bc641f4..67b9e76 100644
--- a/libc/docs/CHANGES.TXT
+++ b/libc/docs/CHANGES.TXT
@@ -9,6 +9,8 @@ Differences between current and Android 2.3:
- <sys/cdefs.h>: Include <android/api-level.h>
+- <time.h>: Add timegm(), timelocal(), time2posix() and posix2time()
+
-------------------------------------------------------------------------------
Differences between Android 2.3 and Android 2.2: