diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-12-18 15:44:48 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-12-18 15:44:48 +0100 |
commit | 7051390094c124e4b98e6c57a8b47890b212c299 (patch) | |
tree | 6004758f6bd989dbb928df4a09933ec6edffd384 /ChangeLog | |
parent | e077349ce589466eecd47213db4fae6b80ec18c4 (diff) | |
download | glibc-7051390094c124e4b98e6c57a8b47890b212c299.tar.gz glibc-7051390094c124e4b98e6c57a8b47890b212c299.tar.xz glibc-7051390094c124e4b98e6c57a8b47890b212c299.zip |
Add missing bug number to ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5e49f6ba29..8782df9c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2016-11-25 Jim Meyering <meyering@fb.com> + [BZ #20386] Let gcc detect assert(a = 1) errors. * assert/assert.h (assert) Rewrite, retaining the old definintion when required, but otherwise putting the expression as-is in an "if" |