xstrtol: remove the base-checking changes
[gnulib.git] / doc / posix-functions / pthread_spin_trylock.texi
blob5f86a7f40677ae91d3f408a3f5c9baae8a320314
1 @node pthread_spin_trylock
2 @subsection @code{pthread_spin_trylock}
3 @findex pthread_spin_trylock
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_spin_trylock.html}
7 Gnulib module: pthread-spin
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 macOS 14, FreeBSD 5.2.1, OpenBSD 3.8, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 9, Cygwin 1.7.9, mingw, MSVC 14, Android 6.0.
14 But the provided replacement is just a dummy on some of these platforms:
15 Minix 3.1.8.
16 @end itemize
18 Portability problems not fixed by Gnulib:
19 @itemize
20 @end itemize