summaryrefslogtreecommitdiff
path: root/doc/posix-functions/pthread_cond_init.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-15 02:40:57 +0200
committerBruno Haible <bruno@clisp.org>2019-07-15 02:40:57 +0200
commite08989ca11a13c8a09cb0c34f797af5a40753379 (patch)
treede5f58efb46f3fd4cf6b57f6aadecaadc1c23911 /doc/posix-functions/pthread_cond_init.texi
parent0473a3cccf079d2292e75babd94590523518bb0f (diff)
downloadgnulib-e08989ca11a13c8a09cb0c34f797af5a40753379.tar.gz
pthread-cond: New module.
* lib/pthread.in.h (pthread_cond_destroy, pthread_cond_init, pthread_cond_signal, pthread_cond_wait): Remove inline definitions. * lib/pthread-cond.c: New file. * m4/pthread-cond.m4: New file. * modules/pthread-cond: New file. * doc/posix-functions/pthread_cond_init.texi: Mention the new module. * doc/posix-functions/pthread_condattr_init.texi: Likewise. * doc/posix-functions/pthread_condattr_destroy.texi: Likewise. * doc/posix-functions/pthread_cond_wait.texi: Likewise. * doc/posix-functions/pthread_cond_timedwait.texi: Likewise. * doc/posix-functions/pthread_cond_signal.texi: Likewise. * doc/posix-functions/pthread_cond_broadcast.texi: Likewise. * doc/posix-functions/pthread_cond_destroy.texi: Likewise.
Diffstat (limited to 'doc/posix-functions/pthread_cond_init.texi')
-rw-r--r--doc/posix-functions/pthread_cond_init.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/posix-functions/pthread_cond_init.texi b/doc/posix-functions/pthread_cond_init.texi
index c0b05a96d5..685274ac16 100644
--- a/doc/posix-functions/pthread_cond_init.texi
+++ b/doc/posix-functions/pthread_cond_init.texi
@@ -4,15 +4,17 @@
POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_cond_init.html}
-Gnulib module: ---
+Gnulib module: pthread-cond
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, mingw, MSVC 14.
@end itemize