]> git.ipfire.org Git - thirdparty/gnulib.git/commit
sig2str: Port to Android API level 36.
authorCollin Funk <collin.funk1@gmail.com>
Sun, 21 Sep 2025 05:45:29 +0000 (22:45 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 21 Sep 2025 05:45:29 +0000 (22:45 -0700)
commitcfef893be27e89099d69a6781f725a5cc6ccc48a
tree9d7f81492693418e181e47d9f2f08ce1ac5e7faa
parentc751b471681258a0ac908453f26a67f1c2aebb75
sig2str: Port to Android API level 36.

* m4/sig2str.m4 (gl_FUNC_SIG2STR): Use gl_CHECK_FUNCS_ANDROID to check
for sig2str and str2sig instead of AC_CHECK_FUNCS.
* doc/posix-functions/sig2str.texi: Document that the function is
missing on Android API 35 and lower.
* doc/posix-functions/str2sig.texi: Likewise.
ChangeLog
doc/posix-functions/sig2str.texi
doc/posix-functions/str2sig.texi
m4/sig2str.m4