mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
* wcsmbs/wcsatcliff.c (MEMCHR): Define.
This commit is contained in:
parent
ddba0f1700
commit
481f9ecae0
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -15,6 +15,7 @@
|
||||
#define STPNCPY wcpncpy
|
||||
#define MEMCPY wmemcpy
|
||||
#define MEMPCPY wmempcpy
|
||||
#define MEMCHR wmemchr
|
||||
|
||||
|
||||
#include "../string/stratcliff.c"
|
||||
|
Loading…
Reference in New Issue
Block a user