summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--doc/posix-functions/pthread_attr_getguardsize.texi2
-rw-r--r--doc/posix-functions/pthread_attr_getinheritsched.texi2
-rw-r--r--doc/posix-functions/pthread_attr_getschedparam.texi2
-rw-r--r--doc/posix-functions/pthread_attr_getschedpolicy.texi2
-rw-r--r--doc/posix-functions/pthread_attr_getscope.texi2
-rw-r--r--doc/posix-functions/pthread_attr_getstacksize.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setguardsize.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setinheritsched.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setschedparam.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setschedpolicy.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setscope.texi2
-rw-r--r--doc/posix-functions/pthread_attr_setstacksize.texi2
-rw-r--r--doc/posix-functions/pthread_condattr_getpshared.texi2
-rw-r--r--doc/posix-functions/pthread_condattr_setpshared.texi2
-rw-r--r--doc/posix-functions/pthread_getconcurrency.texi2
-rw-r--r--doc/posix-functions/pthread_getschedparam.texi2
-rw-r--r--doc/posix-functions/pthread_mutex_getprioceiling.texi2
-rw-r--r--doc/posix-functions/pthread_mutex_setprioceiling.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_getprioceiling.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_getprotocol.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_getpshared.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_setprioceiling.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_setprotocol.texi2
-rw-r--r--doc/posix-functions/pthread_mutexattr_setpshared.texi2
-rw-r--r--doc/posix-functions/pthread_rwlockattr_getpshared.texi2
-rw-r--r--doc/posix-functions/pthread_rwlockattr_setpshared.texi2
-rw-r--r--doc/posix-functions/pthread_setcancelstate.texi2
-rw-r--r--doc/posix-functions/pthread_setcanceltype.texi2
-rw-r--r--doc/posix-functions/pthread_setconcurrency.texi2
-rw-r--r--doc/posix-functions/pthread_setschedparam.texi2
31 files changed, 35 insertions, 30 deletions
diff --git a/ChangeLog b/ChangeLog
index 65ae25531a..b87f8a533f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2019-07-14 Bruno Haible <bruno@clisp.org>
+ doc: Fix info about pthread API in HP-UX.
+ * doc/posix-functions/pthread_*.texi: Fix info about HP-UX 11.
+
+2019-07-14 Bruno Haible <bruno@clisp.org>
+
threads-h: Fix generation of threads.h.
* modules/threads-h (Makefile.am): Insert the required header file
snippets.
diff --git a/doc/posix-functions/pthread_attr_getguardsize.texi b/doc/posix-functions/pthread_attr_getguardsize.texi
index 0aa4fe5af7..38ac82b151 100644
--- a/doc/posix-functions/pthread_attr_getguardsize.texi
+++ b/doc/posix-functions/pthread_attr_getguardsize.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Minix 3.1.8, HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14.
+OpenBSD 3.8, Minix 3.1.8, Cygwin 1.7.9, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_getinheritsched.texi b/doc/posix-functions/pthread_attr_getinheritsched.texi
index b3c1fedfa5..8b7e76fa48 100644
--- a/doc/posix-functions/pthread_attr_getinheritsched.texi
+++ b/doc/posix-functions/pthread_attr_getinheritsched.texi
@@ -14,5 +14,5 @@ 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, Android 9.0.
+Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_getschedparam.texi b/doc/posix-functions/pthread_attr_getschedparam.texi
index fdee82c510..ba8d1d4b7b 100644
--- a/doc/posix-functions/pthread_attr_getschedparam.texi
+++ b/doc/posix-functions/pthread_attr_getschedparam.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_getschedpolicy.texi b/doc/posix-functions/pthread_attr_getschedpolicy.texi
index 9c9b268cd6..eae7585a70 100644
--- a/doc/posix-functions/pthread_attr_getschedpolicy.texi
+++ b/doc/posix-functions/pthread_attr_getschedpolicy.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_getscope.texi b/doc/posix-functions/pthread_attr_getscope.texi
index e9c9945a35..c0323c1206 100644
--- a/doc/posix-functions/pthread_attr_getscope.texi
+++ b/doc/posix-functions/pthread_attr_getscope.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_getstacksize.texi b/doc/posix-functions/pthread_attr_getstacksize.texi
index 52a80b993a..7a631e61b6 100644
--- a/doc/posix-functions/pthread_attr_getstacksize.texi
+++ b/doc/posix-functions/pthread_attr_getstacksize.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setguardsize.texi b/doc/posix-functions/pthread_attr_setguardsize.texi
index c1104f8f2e..c2a1bc9690 100644
--- a/doc/posix-functions/pthread_attr_setguardsize.texi
+++ b/doc/posix-functions/pthread_attr_setguardsize.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-OpenBSD 3.8, Minix 3.1.8, HP-UX 11, Cygwin 1.7.9, mingw, MSVC 14.
+OpenBSD 3.8, Minix 3.1.8, Cygwin 1.7.9, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setinheritsched.texi b/doc/posix-functions/pthread_attr_setinheritsched.texi
index 7105dcff06..f5dff5f5b8 100644
--- a/doc/posix-functions/pthread_attr_setinheritsched.texi
+++ b/doc/posix-functions/pthread_attr_setinheritsched.texi
@@ -14,5 +14,5 @@ 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, Android 9.0.
+Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setschedparam.texi b/doc/posix-functions/pthread_attr_setschedparam.texi
index f7d0649313..5b16e4077d 100644
--- a/doc/posix-functions/pthread_attr_setschedparam.texi
+++ b/doc/posix-functions/pthread_attr_setschedparam.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setschedpolicy.texi b/doc/posix-functions/pthread_attr_setschedpolicy.texi
index f99e3a877c..ec41ea3af7 100644
--- a/doc/posix-functions/pthread_attr_setschedpolicy.texi
+++ b/doc/posix-functions/pthread_attr_setschedpolicy.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setscope.texi b/doc/posix-functions/pthread_attr_setscope.texi
index adb3752897..4abf7c3ead 100644
--- a/doc/posix-functions/pthread_attr_setscope.texi
+++ b/doc/posix-functions/pthread_attr_setscope.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_attr_setstacksize.texi b/doc/posix-functions/pthread_attr_setstacksize.texi
index a3f6fa01d8..44609550c5 100644
--- a/doc/posix-functions/pthread_attr_setstacksize.texi
+++ b/doc/posix-functions/pthread_attr_setstacksize.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_condattr_getpshared.texi b/doc/posix-functions/pthread_condattr_getpshared.texi
index c027476f7c..762d133e96 100644
--- a/doc/posix-functions/pthread_condattr_getpshared.texi
+++ b/doc/posix-functions/pthread_condattr_getpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_condattr_setpshared.texi b/doc/posix-functions/pthread_condattr_setpshared.texi
index 3ba398a424..824106e1ac 100644
--- a/doc/posix-functions/pthread_condattr_setpshared.texi
+++ b/doc/posix-functions/pthread_condattr_setpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_getconcurrency.texi b/doc/posix-functions/pthread_getconcurrency.texi
index ce031e569f..157fada00d 100644
--- a/doc/posix-functions/pthread_getconcurrency.texi
+++ b/doc/posix-functions/pthread_getconcurrency.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_getschedparam.texi b/doc/posix-functions/pthread_getschedparam.texi
index 94b80d94c2..49034052fc 100644
--- a/doc/posix-functions/pthread_getschedparam.texi
+++ b/doc/posix-functions/pthread_getschedparam.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_mutex_getprioceiling.texi b/doc/posix-functions/pthread_mutex_getprioceiling.texi
index 159c2d6030..95aad24dc2 100644
--- a/doc/posix-functions/pthread_mutex_getprioceiling.texi
+++ b/doc/posix-functions/pthread_mutex_getprioceiling.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_mutex_setprioceiling.texi b/doc/posix-functions/pthread_mutex_setprioceiling.texi
index 11b5b11ec9..160929f8df 100644
--- a/doc/posix-functions/pthread_mutex_setprioceiling.texi
+++ b/doc/posix-functions/pthread_mutex_setprioceiling.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_getprioceiling.texi b/doc/posix-functions/pthread_mutexattr_getprioceiling.texi
index a88cb5e4d9..0c200553ba 100644
--- a/doc/posix-functions/pthread_mutexattr_getprioceiling.texi
+++ b/doc/posix-functions/pthread_mutexattr_getprioceiling.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_getprotocol.texi b/doc/posix-functions/pthread_mutexattr_getprotocol.texi
index ed52cb56a3..1c37d7ed72 100644
--- a/doc/posix-functions/pthread_mutexattr_getprotocol.texi
+++ b/doc/posix-functions/pthread_mutexattr_getprotocol.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 8.1.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 8.1.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_getpshared.texi b/doc/posix-functions/pthread_mutexattr_getpshared.texi
index cd2b385505..2b30ea0f1e 100644
--- a/doc/posix-functions/pthread_mutexattr_getpshared.texi
+++ b/doc/posix-functions/pthread_mutexattr_getpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_setprioceiling.texi b/doc/posix-functions/pthread_mutexattr_setprioceiling.texi
index f080a3d186..82d744be7d 100644
--- a/doc/posix-functions/pthread_mutexattr_setprioceiling.texi
+++ b/doc/posix-functions/pthread_mutexattr_setprioceiling.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_setprotocol.texi b/doc/posix-functions/pthread_mutexattr_setprotocol.texi
index 300fb376c5..cf0928bc58 100644
--- a/doc/posix-functions/pthread_mutexattr_setprotocol.texi
+++ b/doc/posix-functions/pthread_mutexattr_setprotocol.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 8.1.
+glibc 2.3.6, NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 8.1.
@end itemize
diff --git a/doc/posix-functions/pthread_mutexattr_setpshared.texi b/doc/posix-functions/pthread_mutexattr_setpshared.texi
index 1cc1b4d878..46bf5278bb 100644
--- a/doc/posix-functions/pthread_mutexattr_setpshared.texi
+++ b/doc/posix-functions/pthread_mutexattr_setpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_rwlockattr_getpshared.texi b/doc/posix-functions/pthread_rwlockattr_getpshared.texi
index 47309cd3b4..b21431e655 100644
--- a/doc/posix-functions/pthread_rwlockattr_getpshared.texi
+++ b/doc/posix-functions/pthread_rwlockattr_getpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_rwlockattr_setpshared.texi b/doc/posix-functions/pthread_rwlockattr_setpshared.texi
index e2b579a66b..c94aa80933 100644
--- a/doc/posix-functions/pthread_rwlockattr_setpshared.texi
+++ b/doc/posix-functions/pthread_rwlockattr_setpshared.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14.
+NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14.
@end itemize
diff --git a/doc/posix-functions/pthread_setcancelstate.texi b/doc/posix-functions/pthread_setcancelstate.texi
index d2acb4a7a8..2d00c6d2b5 100644
--- a/doc/posix-functions/pthread_setcancelstate.texi
+++ b/doc/posix-functions/pthread_setcancelstate.texi
@@ -14,5 +14,5 @@ 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, Android 9.0.
+Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_setcanceltype.texi b/doc/posix-functions/pthread_setcanceltype.texi
index 114fb0216f..7388929b6c 100644
--- a/doc/posix-functions/pthread_setcanceltype.texi
+++ b/doc/posix-functions/pthread_setcanceltype.texi
@@ -14,5 +14,5 @@ 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, Android 9.0.
+Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_setconcurrency.texi b/doc/posix-functions/pthread_setconcurrency.texi
index ca76738541..4bb8f1c23a 100644
--- a/doc/posix-functions/pthread_setconcurrency.texi
+++ b/doc/posix-functions/pthread_setconcurrency.texi
@@ -14,5 +14,5 @@ Portability problems not fixed by Gnulib:
@itemize
@item
This function is missing on some platforms:
-NetBSD 5.0, Minix 3.1.8, HP-UX 11, mingw, MSVC 14, Android 9.0.
+NetBSD 5.0, Minix 3.1.8, mingw, MSVC 14, Android 9.0.
@end itemize
diff --git a/doc/posix-functions/pthread_setschedparam.texi b/doc/posix-functions/pthread_setschedparam.texi
index d1ef258955..59a7802688 100644
--- a/doc/posix-functions/pthread_setschedparam.texi
+++ b/doc/posix-functions/pthread_setschedparam.texi
@@ -14,5 +14,5 @@ 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.
+Minix 3.1.8, mingw, MSVC 14.
@end itemize