]> Savannah Git Hosting - gnulib.git/commit
Resolve conflicts for functions introduced in Android API level 34.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Jan 2024 23:18:55 +0000 (00:18 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Jan 2024 23:18:55 +0000 (00:18 +0100)
commit6143e4217b409336967a7bf38b79f62d9fa9bd6f
tree74381fb0e9a3912927b945fa4d9ca516c067d9e6
parent884c299e8121681d6c5b23878f34c604bed1c5a9
Resolve conflicts for functions introduced in Android API level 34.

* m4/copy-file-range.m4 (gl_FUNC_COPY_FILE_RANGE): On platforms without
glibc, test for copy_file_range using gl_CHECK_FUNCS_ANDROID instead of
AC_CHECK_FUNCS_ONCE. Conditionally set REPLACE_COPY_FILE_RANGE.
* doc/glibc-functions/copy_file_range.texi: Mention the Android API
levels.
ChangeLog
doc/glibc-functions/copy_file_range.texi
m4/copy-file-range.m4