mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Fix lost wmemcmp symbol
This commit is contained in:
parent
7872cfb09f
commit
b468825a05
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user