]> 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:52 +0000 (00:18 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Jan 2024 23:18:52 +0000 (00:18 +0100)
commit884c299e8121681d6c5b23878f34c604bed1c5a9
tree3d8abb4b18f1547e825b60dc1f6306df68da395b
parent2f4edab08c40fa0206d0fca7cee99346a156e1ab
Resolve conflicts for functions introduced in Android API level 34.

* m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test for
posix_spawn_file_actions_addchdir_np and
posix_spawn_file_actions_addfchdir_np using gl_CHECK_FUNCS_ANDROID
instead of AC_CHECK_FUNCS_ONCE.
* m4/posix_spawn_faction_addchdir.m4
(gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR): Test for
posix_spawn_file_actions_addchdir_np using gl_CHECK_FUNCS_ANDROID
instead of AC_CHECK_FUNCS_ONCE.
* m4/posix_spawn_faction_addfchdir.m4
(gl_FUNC_POSIX_SPAWN_FILE_ACTIONS_ADDFCHDIR): Test for
posix_spawn_file_actions_addfchdir_np using gl_CHECK_FUNCS_ANDROID
instead of AC_CHECK_FUNCS_ONCE.
* doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi: Mention
the Android API levels.
* doc/glibc-functions/posix_spawn_file_actions_addfchdir_np.texi:
Likewise.
ChangeLog
doc/glibc-functions/posix_spawn_file_actions_addchdir_np.texi
doc/glibc-functions/posix_spawn_file_actions_addfchdir_np.texi
m4/posix_spawn.m4
m4/posix_spawn_faction_addchdir.m4
m4/posix_spawn_faction_addfchdir.m4