diff options
author | Mark Geisert <mark@maxrnd.com> | 2022-03-16 20:02:07 -0700 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-03-17 10:14:38 +0100 |
commit | 48c9ef67807f3809c06416d621ae152dd32afd52 (patch) | |
tree | 1d397a5ccf20a90433c1adbd1eb14aec1476b6a9 | |
parent | 3976513b99b9b258dc839ac1cd640430f2153635 (diff) | |
download | newlib-48c9ef67807f3809c06416d621ae152dd32afd52.zip newlib-48c9ef67807f3809c06416d621ae152dd32afd52.tar.gz newlib-48c9ef67807f3809c06416d621ae152dd32afd52.tar.bz2 |
Cygwin: document recent gmondump formatting fix
-rw-r--r-- | winsup/cygwin/release/3.3.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.3.5 b/winsup/cygwin/release/3.3.5 index 752d657..d2a7f77 100644 --- a/winsup/cygwin/release/3.3.5 +++ b/winsup/cygwin/release/3.3.5 @@ -40,3 +40,6 @@ Bug Fixes - Fix a problem that fsync() flushes the console input buffer unlike linux. fsync() should return EINVAL for special files such as tty. Addresses: https://cygwin.com/pipermail/cygwin/2022-March/251022.html + +- Fix a formatting problem in gmondump where all displayed addresses are + mistakenly prefixed with "0x0x". |