Fix lost wmemcmp symbol

This commit is contained in:
Andreas Schwab 2011-10-15 20:29:06 +02:00
parent 7872cfb09f
commit b468825a05
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2011-10-15 Andreas Schwab <schwab@linux-m68k.org>
* wcsmbs/wmemcmp.c (WMEMCMP): Define.
* configure.in: Also look in $cxxmachine/include for C++ system
headers.

View File

@ -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