From 7cd1708f76f78fe027a02ad89f58975174a5bd5a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 16 Feb 1999 12:42:10 +0000 Subject: Update. * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags for the case N == 0. * db2/Makefile (distribute): Add LICENSE. --- sysdeps/i386/i486/bits/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/i386/i486/bits/string.h') diff --git a/sysdeps/i386/i486/bits/string.h b/sysdeps/i386/i486/bits/string.h index e20f037ab7..84421b40a2 100644 --- a/sysdeps/i386/i486/bits/string.h +++ b/sysdeps/i386/i486/bits/string.h @@ -172,6 +172,7 @@ memcmp (__const void *__s1, __const void *__s2, size_t __n) register int __res; __asm__ __volatile__ ("cld\n\t" + "testl %3,%3\n\t" "repe; cmpsb\n\t" "je 1f\n\t" "sbbl %0,%0\n\t" -- cgit v1.2.3