projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12cc8b9
)
(rpl_memcmp): Rename from memcmp.
author
Jim Meyering
<jim@meyering.net>
Tue, 31 Mar 1998 12:05:17 +0000
(12:05 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 31 Mar 1998 12:05:17 +0000
(12:05 +0000)
lib/memcmp.c
patch
|
blob
|
history
diff --git
a/lib/memcmp.c
b/lib/memcmp.c
index 9f864d1e1053fe182f922dd3eba47aa90d9699e5..12269472f73933a6daf2c504660ca7d282483445 100644
(file)
--- 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;