CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/24 05:30:06
Modified files:
lib/libc : Symbols.list shlib_version
lib/libc/string: Makefile.inc ffs.3
include : strings.h
Added files:
lib/libc/string: ffsl.c ffsll.c
Log message:
Implement ffsl() and ffsll() using the compiler builtin __builtin_ctzl
now that all archs use at least gcc4.
ffsl() and ffsll() are now part of POSIX.
OK deraadt@, input from miod@ and jsg@
