poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / pthread_getspecific.texi
blobca547800fa0d77f8f417d6681180c72bfd93c2da
1 @node pthread_getspecific
2 @section @code{pthread_getspecific}
3 @findex pthread_getspecific
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html}
7 Gnulib module: pthread-tss
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 Minix 3.1.8, mingw, MSVC 14.
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