]> Savannah Git Hosting - gnulib.git/commit
Fix warnings for functions introduced in Android API level 16 or 17.
authorBruno Haible <bruno@clisp.org>
Thu, 19 Jan 2023 20:55:20 +0000 (21:55 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 19 Jan 2023 20:55:20 +0000 (21:55 +0100)
commitdc4c5939bbcf0ba8e86be2246232f7012fcd25dd
treeb1cc05d853ad11b803cef33b96097489fb656c3e
parent1f79d0e79a4402aaae3ab890420cd70d4308732a
Fix warnings for functions introduced in Android API level 16 or 17.

* m4/posix_memalign.m4 (gl_FUNC_POSIX_MEMALIGN): Test for posix_memalign
using gl_CHECK_FUNCS_ANDROID instead of AC_CHECK_FUNCS_ONCE.
* m4/alignalloc.m4 (gl_ALIGNALLOC): Likewise.
* m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Likewise.
* modules/aligned-malloc (configure.ac): Likewise.
ChangeLog
m4/alignalloc.m4
m4/pagealign_alloc.m4
m4/posix_memalign.m4
modules/aligned-malloc