summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/ffsll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzlclaudio7 days1-0/+17
now that all archs use at least gcc4. ffsl() and ffsll() are now part of POSIX. OK deraadt@, input from miod@ and jsg@