summaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-10-15 20:29:06 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2011-10-15 20:44:10 +0200
commitb468825a053aed4db613f06ea88f94008bbf3472 (patch)
treecef203aad5a6a4131b8c238231c5c8b1b37ddd18 /wcsmbs
parent7872cfb09feb6f4aabb62a8aea8035e6c3ce2ddb (diff)
Fix lost wmemcmp symbol
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wmemcmp.c4
1 files changed, 2 insertions, 2 deletions
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 <drepper@gnu.ai.mit.edu>, 1996.
@@ -20,7 +20,7 @@
#include <wchar.h>
#ifndef WMEMCMP
-# define wmemcmp
+# define WMEMCMP wmemcmp
#endif
int