]> Savannah Git Hosting - gnulib.git/commit
Resolve conflicts for functions introduced in Android API level 35.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Jan 2024 23:55:45 +0000 (00:55 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Jan 2024 23:56:06 +0000 (00:56 +0100)
commitbbe8a410fa168e60f418259c22964e3a978b84b0
tree856278e986a85dd5f0b9f40c4035f2de682296ff
parent6143e4217b409336967a7bf38b79f62d9fa9bd6f
Resolve conflicts for functions introduced in Android API level 35.

* lib/time.in.h (timespec_getres): Consider REPLACE_TIMESPEC_GETRES.
* m4/time_h.m4 (gl_TIME_H_DEFAULTS): Initialize REPLACE_TIMESPEC_GETRES.
* modules/time-h (Makefile.am): Substitute REPLACE_TIMESPEC_GETRES.
* m4/timespec_getres.m4 (gl_FUNC_TIMESPEC_GETRES): Test for
timespec_getres using gl_CHECK_FUNCS_ANDROID instead of
AC_CHECK_FUNCS_ONCE. Conditionally set REPLACE_TIMESPEC_GETRES.
* modules/timespec_getres (Depends-on, configure.ac): Consider
REPLACE_TIMESPEC_GETRES.
* m4/gettime.m4 (gl_GETTIME_RES): Test for timespec_getres using
gl_CHECK_FUNCS_ANDROID instead of AC_CHECK_FUNCS_ONCE.
* doc/posix-functions/timespec_getres.texi: Mention the Android API
levels.
ChangeLog
doc/posix-functions/timespec_getres.texi
lib/time.in.h
m4/gettime.m4
m4/time_h.m4
m4/timespec_getres.m4
modules/time-h
modules/timespec_getres