From b054fe3d80d985318a0570ce5a244c199bd84e94 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 10 Jun 2019 14:08:27 +0200 Subject: 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. --- doc/gnulib.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/gnulib.texi') 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 -- cgit v1.2.1