summaryrefslogtreecommitdiff
path: root/doc/posix-functions/thrd_current.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-20 04:26:31 +0200
committerBruno Haible <bruno@clisp.org>2019-06-20 04:46:38 +0200
commit3696a934e60b3c390bc217bf3273e0c5399e5fd4 (patch)
tree6e7379005ec24c4553403f834e38bcd0a3b1a729 /doc/posix-functions/thrd_current.texi
parentbf6dd504cc2fcd8481ad5787999b845a3c00f54d (diff)
downloadgnulib-3696a934e60b3c390bc217bf3273e0c5399e5fd4.tar.gz
thrd: New module.
* lib/thrd.c: New file. * m4/thrd.m4: New file. * modules/thrd: New file. * doc/posix-functions/thrd_current.texi: Mention the new module. * doc/posix-functions/thrd_detach.texi: Likewise. * doc/posix-functions/thrd_equal.texi: Likewise. * doc/posix-functions/thrd_exit.texi: Likewise. * doc/posix-functions/thrd_sleep.texi: Likewise. * doc/posix-functions/thrd_yield.texi: Likewise. * doc/posix-functions/thrd_create.texi: Mention the new module and the AIX bug. * doc/posix-functions/thrd_join.texi: Mention the new module and the AIX and Solaris bugs.
Diffstat (limited to 'doc/posix-functions/thrd_current.texi')
-rw-r--r--doc/posix-functions/thrd_current.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/posix-functions/thrd_current.texi b/doc/posix-functions/thrd_current.texi
index 03f33a5d7e..ea81185313 100644
--- a/doc/posix-functions/thrd_current.texi
+++ b/doc/posix-functions/thrd_current.texi
@@ -10,15 +10,15 @@ Documentation:@*
@url{https://www.gnu.org/software/libc/manual/html_node/ISO-C-Thread-Management.html}.
@end ifnotinfo
-Gnulib module: ---
+Gnulib module: thrd
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on many platforms:
+glibc 2.27, Mac OS X 10.5, FreeBSD 9.3, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on many platforms:
-glibc 2.27, Mac OS X 10.5, FreeBSD 9.3, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.31, IRIX 6.5, OSF/1 5.1, Solaris 11.3, Cygwin, mingw, MSVC 14, Interix 3.5, BeOS, Android 9.0.
@end itemize