1
0
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:
Andreas Schwab
2013-09-20 21:24:53 +02:00
parent c7ae84fa4c
commit 5bb43a4319
17 changed files with 39 additions and 0 deletions

View File

@ -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