1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

PowerPC: multiarch strchrnul for PowerPC32

This commit is contained in:
Adhemerval Zanella
2013-10-14 09:14:06 -05:00
parent 0d0607d9ab
commit 31c81aaa01
7 changed files with 133 additions and 2 deletions

View File

@ -27,9 +27,13 @@
#undef __strchrnul
#undef strchrnul
#ifndef STRCHRNUL
# define STRCHRNUL __strchrnul
#endif
/* Find the first occurrence of C in S or the final NUL byte. */
char *
__strchrnul (s, c_in)
STRCHRNUL (s, c_in)
const char *s;
int c_in;
{