mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
string: Add libc_hidden_proto for memrchr
Although static linker can optimize it to local call, it follows the internal scheme to provide hidden proto and definitions. Reviewed-by: Carlos Eduardo Seo <carlos.seo@linaro.org>
This commit is contained in:
@ -75,5 +75,6 @@ __memrchr (const void *s, int c_in, size_t n)
|
||||
return NULL;
|
||||
}
|
||||
#ifndef MEMRCHR
|
||||
libc_hidden_def (__memrchr)
|
||||
weak_alias (__memrchr, memrchr)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user