mirror of git://sourceware.org/git/glibc.git
Fix copy & paste error: Use memchr instead of memrchr.
This commit is contained in:
parent
c6df09adf2
commit
24b6996e25
|
|
@ -201,4 +201,4 @@ __memchr (s, c_in, n)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
weak_alias (__memrchr, BP_SYM (memrchr))
|
weak_alias (__memchr, BP_SYM (memchr))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue