diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 12:42:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-16 12:42:10 +0000 |
commit | 7cd1708f76f78fe027a02ad89f58975174a5bd5a (patch) | |
tree | 5c951f44b4366840a588703b339ebd48aa6fa83b /ChangeLog | |
parent | 4811cda92fe53e14f3f7af5cfd1bbdd31f9e7a40 (diff) | |
download | glibc-7cd1708f76f78fe027a02ad89f58975174a5bd5a.tar glibc-7cd1708f76f78fe027a02ad89f58975174a5bd5a.tar.gz glibc-7cd1708f76f78fe027a02ad89f58975174a5bd5a.tar.bz2 glibc-7cd1708f76f78fe027a02ad89f58975174a5bd5a.zip |
Update.
* sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
for the case N == 0.
* db2/Makefile (distribute): Add LICENSE.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ 1999-02-16 Ulrich Drepper <drepper@cygnus.com> - * db2/Makefile: Update. + * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags + for the case N == 0. + + * db2/Makefile (distribute): Add LICENSE. 1999-02-03 Jeff Bailey <jbailey@nisa.net> |