1
0
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:
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

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