From b468825a053aed4db613f06ea88f94008bbf3472 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 15 Oct 2011 20:29:06 +0200 Subject: Fix lost wmemcmp symbol --- wcsmbs/wmemcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wcsmbs') diff --git a/wcsmbs/wmemcmp.c b/wcsmbs/wmemcmp.c index e7edc87164..73c6394f8e 100644 --- a/wcsmbs/wmemcmp.c +++ b/wcsmbs/wmemcmp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997i, 2011 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 2011 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1996. @@ -20,7 +20,7 @@ #include #ifndef WMEMCMP -# define wmemcmp +# define WMEMCMP wmemcmp #endif int -- cgit v1.2.3