summaryrefslogtreecommitdiff
path: root/lib/memcmp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-31 12:05:17 +0000
committerJim Meyering <jim@meyering.net>1998-03-31 12:05:17 +0000
commit9f358e683025d673998c9a519077eeca0c503ccd (patch)
tree25e45c90c898f58209449500ebd1933267086633 /lib/memcmp.c
parentdefb2bdef8883e39ad2cc2326b4b43f212dcce34 (diff)
downloadcoreutils-9f358e683025d673998c9a519077eeca0c503ccd.tar.xz
(rpl_memcmp): Rename from memcmp.
Diffstat (limited to 'lib/memcmp.c')
-rw-r--r--lib/memcmp.c4
1 files changed, 2 insertions, 2 deletions
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;