changeset 1292:af4efc88e560

(rpl_memcmp): Rename from memcmp.
author Jim Meyering <jim@meyering.net>
date Tue, 31 Mar 1998 12:05:17 +0000
parents c4a47de2e7d0
children 2bb4c9c36a9f
files lib/memcmp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 }
 
 int
-memcmp (s1, s2, len)
+rpl_memcmp (s1, s2, len)
      const __ptr_t s1;
      const __ptr_t s2;
      size_t len;