summaryrefslogtreecommitdiffstats
path: root/libc/docs
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-06-11 13:30:25 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-06-11 14:39:39 -0700
commitecb6d4133477fef90c2fa23a40637d3c62681ee0 (patch)
treed2053e198f32b1a389534ca6d019d1c75fdb8088 /libc/docs
parent6c8a2f2a5bc8d612ee953f528f2b5eb35983656a (diff)
downloadbionic-ecb6d4133477fef90c2fa23a40637d3c62681ee0.zip
bionic-ecb6d4133477fef90c2fa23a40637d3c62681ee0.tar.gz
bionic-ecb6d4133477fef90c2fa23a40637d3c62681ee0.tar.bz2
libc: Add missing <termio.h> header
Change-Id: Id4e020ed330b3eabf09324f9b6d44d3a0f336d87
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 8bfa61e..2ae91d5 100644
--- a/libc/docs/CHANGES.TXT
+++ b/libc/docs/CHANGES.TXT
@@ -16,6 +16,8 @@ Differences between current and Android 2.2:
- sysconf() didn't work for some arguments due to a small bug in the
/proc line parser.
+- <termio.h>: added missing header (just includes <termios.h>)
+
-------------------------------------------------------------------------------
Differences between Android 2.2. and Android 2.1: