mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-01 09:41:45 +03:00
Make __ffs hidden
This commit is contained in:
@ -46,6 +46,7 @@ __ffs (i)
|
||||
return table[x >> a] + a;
|
||||
}
|
||||
weak_alias (__ffs, ffs)
|
||||
libc_hidden_def (__ffs)
|
||||
libc_hidden_builtin_def (ffs)
|
||||
|
||||
#if ULONG_MAX == UINT_MAX
|
||||
|
Reference in New Issue
Block a user