X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fmemcmp.c;h=12269472f73933a6daf2c504660ca7d282483445;hb=5bef2f78875cd2b225910c233a6feaed0a921637;hp=9f864d1e1053fe182f922dd3eba47aa90d9699e5;hpb=12cc8b970806cca3260e499c74d2f001df705a60;p=gnulib.git diff --git a/lib/memcmp.c b/lib/memcmp.c index 9f864d1e1..12269472f 100644 --- a/lib/memcmp.c +++ b/lib/memcmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993, 1995, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1995, 1997, 1998 Free Software Foundation, Inc. Contributed by Torbjorn Granlund (tege@sics.se). NOTE: The canonical source of this file is maintained with the GNU C Library. @@ -325,7 +325,7 @@ memcmp_not_common_alignment (srcp1, srcp2, len) } int -memcmp (s1, s2, len) +rpl_memcmp (s1, s2, len) const __ptr_t s1; const __ptr_t s2; size_t len;