]> Savannah Git Hosting - gnulib.git/commit
doc: Fix info about pthread API in HP-UX.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:53 +0000 (02:35 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2019 00:35:53 +0000 (02:35 +0200)
commit4af8b82e701319864de974558f49588bba270a46
tree9376e269e3f6d841f70dccf703a5a0ba47254e86
parent26ac950258af98c724d4ffa2f635d331710fa5e5
doc: Fix info about pthread API in HP-UX.

* doc/posix-functions/pthread_*.texi: Fix info about HP-UX 11.
31 files changed:
ChangeLog
doc/posix-functions/pthread_attr_getguardsize.texi
doc/posix-functions/pthread_attr_getinheritsched.texi
doc/posix-functions/pthread_attr_getschedparam.texi
doc/posix-functions/pthread_attr_getschedpolicy.texi
doc/posix-functions/pthread_attr_getscope.texi
doc/posix-functions/pthread_attr_getstacksize.texi
doc/posix-functions/pthread_attr_setguardsize.texi
doc/posix-functions/pthread_attr_setinheritsched.texi
doc/posix-functions/pthread_attr_setschedparam.texi
doc/posix-functions/pthread_attr_setschedpolicy.texi
doc/posix-functions/pthread_attr_setscope.texi
doc/posix-functions/pthread_attr_setstacksize.texi
doc/posix-functions/pthread_condattr_getpshared.texi
doc/posix-functions/pthread_condattr_setpshared.texi
doc/posix-functions/pthread_getconcurrency.texi
doc/posix-functions/pthread_getschedparam.texi
doc/posix-functions/pthread_mutex_getprioceiling.texi
doc/posix-functions/pthread_mutex_setprioceiling.texi
doc/posix-functions/pthread_mutexattr_getprioceiling.texi
doc/posix-functions/pthread_mutexattr_getprotocol.texi
doc/posix-functions/pthread_mutexattr_getpshared.texi
doc/posix-functions/pthread_mutexattr_setprioceiling.texi
doc/posix-functions/pthread_mutexattr_setprotocol.texi
doc/posix-functions/pthread_mutexattr_setpshared.texi
doc/posix-functions/pthread_rwlockattr_getpshared.texi
doc/posix-functions/pthread_rwlockattr_setpshared.texi
doc/posix-functions/pthread_setcancelstate.texi
doc/posix-functions/pthread_setcanceltype.texi
doc/posix-functions/pthread_setconcurrency.texi
doc/posix-functions/pthread_setschedparam.texi