mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
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
Block a user