summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pthread_attr_setdetachstate.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-15 02:37:38 +0200
committerBruno Haible <bruno@clisp.org>2019-07-15 02:37:38 +0200
commitfdff0fd122cef97dc88e8e173bcce253534da145 (patch)
tree14a498f15406141acd78e8e73aedc5369eea45a9 /doc/posix-functions/pthread_attr_setdetachstate.texi
parent2d8599e9d46937f3b98a77d525fd968a5db4b7ce (diff)
downloadgnulib-fdff0fd122cef97dc88e8e173bcce253534da145.tar.gz
pthread-thread: New module.
* lib/pthread.in.h (pthread_create, pthread_exit, pthread_join): Remove inline definitions. * lib/pthread-thread.c: New file. * m4/pthread-thread.m4: New file. * modules/pthread-thread: New file. * doc/posix-functions/pthread_create.texi: Mention the new module. * doc/posix-functions/pthread_attr_init.texi: Likewise. * doc/posix-functions/pthread_attr_getdetachstate.texi: Likewise. * doc/posix-functions/pthread_attr_setdetachstate.texi: Likewise. * doc/posix-functions/pthread_attr_destroy.texi: Likewise. * doc/posix-functions/pthread_self.texi: Likewise. * doc/posix-functions/pthread_equal.texi: Likewise. * doc/posix-functions/pthread_detach.texi: Likewise. * doc/posix-functions/pthread_join.texi: Likewise. * doc/posix-functions/pthread_exit.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/pthread_attr_setdetachstate.texi')
-rw-r--r--doc/posix-functions/pthread_attr_setdetachstate.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/posix-functions/pthread_attr_setdetachstate.texi b/doc/posix-functions/pthread_attr_setdetachstate.texi
index 41cb7af6b5..047e52c516 100644
--- a/doc/posix-functions/pthread_attr_setdetachstate.texi
+++ b/doc/posix-functions/pthread_attr_setdetachstate.texi
@@ -4,15 +4,17 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_attr_setdetachstate.html}
-Gnulib module: ---
+Gnulib module: pthread-thread
Portability problems fixed by Gnulib:
@itemize
+@item
+This function is missing on some platforms:
+Minix 3.1.8, mingw, MSVC 14.
+But the provided replacement is just a dummy on some of these platforms:
+Minix 3.1.8.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
-@item
-This function is missing on some platforms:
-Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
@end itemize