(rpl_memcmp): Rename from memcmp.
authorJim Meyering <jim@meyering.net>
Tue, 31 Mar 1998 12:05:17 +0000 (12:05 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 31 Mar 1998 12:05:17 +0000 (12:05 +0000)
lib/memcmp.c

index 9f864d1e1053fe182f922dd3eba47aa90d9699e5..12269472f73933a6daf2c504660ca7d282483445 100644 (file)
@@ -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;