From 4fbe7326a7fb34e6f295593fecbe33a789614ca5 Mon Sep 17 00:00:00 2001
From: Elliott Hughes
Date: Wed, 22 Mar 2017 10:39:36 -0700
Subject: Fix a typo and explain a mystery in news.html.
---
www/news.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/www/news.html b/www/news.html
index fadd8959..73516b0b 100755
--- a/www/news.html
+++ b/www/news.html
@@ -50,7 +50,7 @@ more than 4 chars left for the "CMD" field on 64 bit systems.
multiply to avoid accumulating rounding errors from repeated fractional
increments. Wang Xiao Jian fixed a bug in sort -k.
Elliott let getprop use the @ character in property names, and
-Dimitry Invaov removed the name length limit for system properties.
+Dimitry Ivanov removed the name length limit for system properties.
Elliott also improved some error reporting and improved top -H's display
of thread names.
@@ -75,10 +75,10 @@ to the function the XVFORK() wrapper macro calls. (It's a nommu thing.)
unnecessary casts in stat.
Continuing attempts to build under Android NDK brought up that posix
-defines the global 'stdout' as a macro, which bionic turns into an array
-member, but a function was using it as an argument name. (How that ever
-worked in the AOSP build, I couldn't tell you, but the argument got
-renamed anyway.)
+defines the global 'stdout' as a macro, which older versions of bionic
+turned into an array member, but a function was using it as an argument
+name. (This worked in the AOSP build because it only builds against current
+bionic, where there's a global 'stdout'.)
Several commits argued with clang's warning generation, eventually
settling on a variant of __attribute__((__shut_up__)).
--
cgit v1.2.3