From f1377589030ed04e265cfdf3d6c360659fc7a3a5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Nov 1996 18:01:20 +0000 Subject: [PATCH] libitize --- lib/memcmp.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/memcmp.c b/lib/memcmp.c index 98f7ed791..6096651e5 100644 --- a/lib/memcmp.c +++ b/lib/memcmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1993 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1993, 1995 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. @@ -364,3 +364,10 @@ memcmp (s1, s2, len) return 0; } + +#ifdef weak_alias +#undef bcmp +weak_alias (memcmp, bcmp) +#endif + + -- 2.34.1