diff options
author | DJ Delorie <dj@delorie.com> | 2017-05-03 16:25:15 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2017-05-03 16:28:01 -0400 |
commit | 3b5f801ddb838311b5b05c218caac3bdb00d7c95 (patch) | |
tree | f118416450a44fd2ab445b16acb639d1a4dacaf9 /ChangeLog | |
parent | e35ac97cc887a89f27c0a4ceb789cf4a7d433556 (diff) | |
download | glibc-3b5f801ddb838311b5b05c218caac3bdb00d7c95.tar.gz glibc-3b5f801ddb838311b5b05c218caac3bdb00d7c95.tar.xz glibc-3b5f801ddb838311b5b05c218caac3bdb00d7c95.zip |
Tweak realloc/MREMAP comment to be more accurate.
MMap'd memory isn't shrunk without MREMAP, but IIRC this is intentional for performance reasons. Regardless, this patch tweaks the existing comment to be more accurate wrt the existing code. [BZ #21411] * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2e13d668a7..ad8e78ef7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-05-03 DJ Delorie <dj@redhat.com> + + [BZ #21411] + * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate. + 2017-05-03 Phil Blundell <pb@pbcl.net> * inet/netinet/in.h (struct ip_mreq_source): Correct misplaced |