]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
libitize
authorJim Meyering <jim@meyering.net>
Mon, 4 Nov 1996 18:01:20 +0000 (18:01 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 4 Nov 1996 18:01:20 +0000 (18:01 +0000)
lib/memcmp.c

index 98f7ed79115c2b1a917175782b0fabebac48797b..6096651e5bb2d3917dc23fc8559b11b4208ae866 100644 (file)
@@ -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
+
+