From: Jim Meyering Date: Tue, 31 Mar 1998 12:05:17 +0000 (+0000) Subject: (rpl_memcmp): Rename from memcmp. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bef2f78875cd2b225910c233a6feaed0a921637;p=pspp (rpl_memcmp): Rename from memcmp. --- diff --git a/lib/memcmp.c b/lib/memcmp.c index 9f864d1e10..12269472f7 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;