summaryrefslogtreecommitdiff
path: root/doc/gnulib.texi
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-06-10 14:08:27 +0200
committerBruno Haible <bruno@clisp.org>2019-06-10 14:08:27 +0200
commitb054fe3d80d985318a0570ce5a244c199bd84e94 (patch)
treeb46913ac0742d1168ba534962cc811dcf4e9eb98 /doc/gnulib.texi
parent6ef6bf8f302efe4c893ff6ae796eca2d784d5a34 (diff)
downloadgnulib-b054fe3d80d985318a0570ce5a244c199bd84e94.tar.gz
doc: Mention pthread_getattr_default_np, pthread_setattr_default_np.
* doc/glibc-functions/pthread_getattr_default_np.texi: New file. * doc/glibc-functions/pthread_setattr_default_np.texi: New file. * doc/gnulib.texi (Glibc pthread.h): Include them.
Diffstat (limited to 'doc/gnulib.texi')
-rw-r--r--doc/gnulib.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index 9f90a55115..7ed18255cf 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -4552,6 +4552,7 @@ This list of functions is sorted according to the header that declares them.
* pthread_attr_getaffinity_np::
* pthread_attr_setaffinity_np::
* pthread_getaffinity_np::
+* pthread_getattr_default_np::
* pthread_getattr_np::
* pthread_getname_np::
* pthread_kill_other_threads_np::
@@ -4561,6 +4562,7 @@ This list of functions is sorted according to the header that declares them.
* pthread_rwlockattr_getkind_np::
* pthread_rwlockattr_setkind_np::
* pthread_setaffinity_np::
+* pthread_setattr_default_np::
* pthread_setname_np::
* pthread_sigqueue::
* pthread_timedjoin_np::
@@ -4571,6 +4573,7 @@ This list of functions is sorted according to the header that declares them.
@include glibc-functions/pthread_attr_getaffinity_np.texi
@include glibc-functions/pthread_attr_setaffinity_np.texi
@include glibc-functions/pthread_getaffinity_np.texi
+@include glibc-functions/pthread_getattr_default_np.texi
@include glibc-functions/pthread_getattr_np.texi
@include glibc-functions/pthread_getname_np.texi
@include glibc-functions/pthread_kill_other_threads_np.texi
@@ -4580,6 +4583,7 @@ This list of functions is sorted according to the header that declares them.
@include glibc-functions/pthread_rwlockattr_getkind_np.texi
@include glibc-functions/pthread_rwlockattr_setkind_np.texi
@include glibc-functions/pthread_setaffinity_np.texi
+@include glibc-functions/pthread_setattr_default_np.texi
@include glibc-functions/pthread_setname_np.texi
@include glibc-functions/pthread_sigqueue.texi
@include glibc-functions/pthread_timedjoin_np.texi