* wcsmbs/wcsatcliff.c (MEMCHR): Define.

This commit is contained in:
Ulrich Drepper 2009-04-07 14:56:48 +00:00
parent ddba0f1700
commit 481f9ecae0
3 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
2009-04-07 Ulrich Drepper <drepper@redhat.com>
* string/stratcliff.c (do_test): Add memchr tests..
* wcsmbs/wcsatcliff.c (MEMCHR): Define.
* sysdeps/x86_64/memchr.S: Fix handling of end of buffer after
first read quad word.

View File

@ -1,3 +1,8 @@
2009-04-07 Ulrich Drepper <drepper@redhat.com>
* locales/ks_IN@devanagari: Replace duplicated information with copy.
Fix title. Patch by Pravin Satpute <psatpute@redhat.com>.
2009-04-06 Ulrich Drepper <drepper@redhat.com>
* locales/ks_IN: New file.

View File

@ -15,6 +15,7 @@
#define STPNCPY wcpncpy
#define MEMCPY wmemcpy
#define MEMPCPY wmempcpy
#define MEMCHR wmemchr
#include "../string/stratcliff.c"