]> Savannah Git Hosting - gnulib.git/commit
ffsl, ffsll: Fix compilation error on Android.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Jan 2023 20:33:32 +0000 (21:33 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Jan 2023 20:33:32 +0000 (21:33 +0100)
commit7c4ee88821d4ee0adc6511a0f6ead0e5ed6518b2
tree4ed68439b20eeda3a6ab633da07781f51815ae43
parent0ff4d2d5894ec53eb8bc8930266e3e8e93f5b51b
ffsl, ffsll: Fix compilation error on Android.

* lib/string.in.h: On Android as well, include <strings.h>.
* m4/ffsl.m4 (gl_FUNC_FFSL): Use a specific link test instead of
AC_CHECK_FUNCS_ONCE.
* m4/ffsll.m4 (gl_FUNC_FFSLL): Likewise.
* doc/glibc-functions/ffsl.texi: Mention Android problems.
* doc/glibc-functions/ffsll.texi: Likewise.
ChangeLog
doc/glibc-functions/ffsl.texi
doc/glibc-functions/ffsll.texi
lib/string.in.h
m4/ffsl.m4
m4/ffsll.m4