]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update info about <pthread.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 01:10:38 +0000 (03:10 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 01:10:38 +0000 (03:10 +0200)
* doc/posix-headers/pthread.texi: Mention the module 'pthread-h' instead
of 'pthread'.

ChangeLog
doc/posix-headers/pthread.texi

index 81c92290425b24ccc3e3e970afddc2b798c46795..502c7868c0e5f4cb57eca34bdcb26348226c400d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-07-14  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update info about <pthread.h>.
+       * doc/posix-headers/pthread.texi: Mention the module 'pthread-h' instead
+       of 'pthread'.
+
 2019-07-14  Bruno Haible  <bruno@clisp.org>
 
        pthread_sigmask tests: Use new multithread modules.
index aada21db0a0e49be242500c9d0e88cf1aefa768c..2364ef18407e2aa540810f21d71ebad2d9e1de26 100644 (file)
@@ -3,11 +3,17 @@
 
 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/basedefs/pthread.h.html}
 
-Gnulib module: pthread
+Gnulib module: pthread-h
 
 Portability problems fixed by Gnulib:
 @itemize
 @item
+This header file is missing on some platforms.
+Minix 3.1.8, mingw 2.x, MSVC 14.
+But the provided replacement covers only the essential POSIX threads API.
+Furthermore it is just a dummy on some of these platforms:
+Minix 3.1.8.
+@item
 This header pollutes the namespace with some broken macro
 implementations for various functions such as @code{strtok_r} and
 @code{gmtime_r}:
@@ -17,11 +23,6 @@ mingw 3.0.
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This header file is missing on some platforms; the replacement does
-not offer threads, so much as lightweight stubs that make conditional
-compilation easier for fallbacks to single-threaded programs.
-Minix 3.1.8, mingw 2.x, MSVC 14.
-@item
 This header file lacks the declaration of @code{pthread_atfork} on some
 platforms:
 IRIX 6.5.