mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Make __ffs hidden
This commit is contained in:
@ -35,6 +35,7 @@ __ffs (int x)
|
||||
return 32 - cnt;
|
||||
}
|
||||
weak_alias (__ffs, ffs)
|
||||
libc_hidden_def (__ffs)
|
||||
libc_hidden_builtin_def (ffs)
|
||||
#if ULONG_MAX == UINT_MAX
|
||||
#undef ffsl
|
||||
|
Reference in New Issue
Block a user