diff options
author | Elliott Hughes <enh@google.com> | 2017-03-22 10:39:36 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2017-03-22 14:31:45 -0500 |
commit | 4fbe7326a7fb34e6f295593fecbe33a789614ca5 (patch) | |
tree | 8fc6108b3aa525b3e5f71e46a79d95bb38516a04 /www | |
parent | 1ac63acd762b6a714bc04a87d8f416a0f619092c (diff) | |
download | toybox-4fbe7326a7fb34e6f295593fecbe33a789614ca5.tar.gz |
Fix a typo and explain a mystery in news.html.
Diffstat (limited to 'www')
-rwxr-xr-x | www/news.html | 10 |
1 files 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.</p> 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.)</p> unnecessary casts in stat.</p> <p>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.)</p> +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'.)</p> <p>Several commits argued with clang's warning generation, eventually settling on a variant of __attribute__((__shut_up__)).</p> |