I asked in the bug-gawk mailing list (see
https://lists.gnu.org/archive/html/bug-gawk/2024-08/msg00026.html)
if/when GNU awk would support the `.*?` ERE construct described in the
latest POSIX spec
(https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap09.html#tag_09_04_06)
as:
--
In GNU libffcall, I need to use the function hasmntopt(). Since it does not
exist on Android API levels <= 25, I'm adding a gnulib module for it.
The unit tests of this module reveal that the implementation of hasmntopt()
is broken on musl libc: it confuses the "atime" option with the "noatime"
op