summaryrefslogtreecommitdiffstats
path: root/libc/docs/CHANGES.TXT
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-06-09 18:15:57 -0700
committerDavid 'Digit' Turner <digit@google.com>2010-06-09 18:15:57 -0700
commit038fbae518e904c7aba64779714a22dbeeb90887 (patch)
tree713fecf819f653c56c3f8b2bae0e8e86a7afa2e6 /libc/docs/CHANGES.TXT
parent9205fdf8c689a9cb27cfb33aeb58789c7da75788 (diff)
downloadbionic-038fbae518e904c7aba64779714a22dbeeb90887.zip
bionic-038fbae518e904c7aba64779714a22dbeeb90887.tar.gz
bionic-038fbae518e904c7aba64779714a22dbeeb90887.tar.bz2
sysconf(): Fix line parser for /proc files.
Change-Id: I2678010ee95933de19c8a8e3b2fe65ceb9b86400
Diffstat (limited to 'libc/docs/CHANGES.TXT')
-rw-r--r--libc/docs/CHANGES.TXT3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/docs/CHANGES.TXT b/libc/docs/CHANGES.TXT
index c8bdb6f..8bfa61e 100644
--- a/libc/docs/CHANGES.TXT
+++ b/libc/docs/CHANGES.TXT
@@ -13,6 +13,9 @@ Differences between current and Android 2.2:
- <sys/sysinfo.h>: Added missing sysinfo() system call implementation
(the function was already declared in the header though).
+- sysconf() didn't work for some arguments due to a small bug in the
+ /proc line parser.
+
-------------------------------------------------------------------------------
Differences between Android 2.2. and Android 2.1: