xstrtol, xstrtoll tests: Avoid test failure on FreeBSD.
[gnulib.git] / doc / posix-functions / mtx_timedlock.texi
blob08fb38866370b2a16c0d660ffe8daf5d45de5413
1 @node mtx_timedlock
2 @subsection @code{mtx_timedlock}
3 @findex mtx_timedlock
5 Documentation:@*
6 @ifinfo
7 @ref{ISO C Mutexes,,Mutexes,libc}.
8 @end ifinfo
9 @ifnotinfo
10 @url{https://www.gnu.org/software/libc/manual/html_node/ISO-C-Mutexes.html}.
11 @end ifnotinfo
13 Gnulib module: mtx
15 Portability problems fixed by Gnulib:
16 @itemize
17 @item
18 This function is missing on many platforms:
19 glibc 2.27, macOS 14, FreeBSD 9.3, NetBSD 8.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.31, Solaris 11.3, Cygwin 2.9, mingw, MSVC 14, Android API level 29.
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize