From d4cc3cce8994956aea7c45846c4aea8fb2ba60ab Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 17 Jun 2005 18:37:24 +0000 Subject: [PATCH] Create links for pthread_attr_setschedparam.3 and pthread_attr_getschedparam.3 to pthread_attr.3. From Igor Sobrado in PR/29997. --- distrib/sets/lists/comp/mi | 6 +++++- lib/libpthread/Makefile | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/distrib/sets/lists/comp/mi b/distrib/sets/lists/comp/mi index ba0eaaa235ea..92da0a80a58a 100644 --- a/distrib/sets/lists/comp/mi +++ b/distrib/sets/lists/comp/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.792 2005/06/17 18:26:22 peter Exp $ +# $NetBSD: mi,v 1.793 2005/06/17 18:37:24 peter Exp $ ./etc/mtree/set.comp comp-sys-root ./usr/bin/addr2line comp-debug-bin bfd ./usr/bin/ar comp-util-bin bfd @@ -4015,6 +4015,8 @@ ./usr/share/man/cat3/pthread_attr_init.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_attr_setcreatesuspend_np.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_attr_setdetachstate.0 comp-c-catman .cat +./usr/share/man/cat3/pthread_attr_getschedparam.0 comp-c-catman .cat +./usr/share/man/cat3/pthread_attr_setschedparam.0 comp-c-catman .cat ./usr/share/man/cat3/pthread_barierattr_destroy.0 comp-obsolete obsolote ./usr/share/man/cat3/pthread_barierattr_init.0 comp-obsolete obsolete ./usr/share/man/cat3/pthread_barrierattr_destroy.0 comp-c-catman .cat @@ -7887,6 +7889,8 @@ ./usr/share/man/man3/pthread_attr_init.3 comp-c-man .man ./usr/share/man/man3/pthread_attr_setcreatesuspend_np.3 comp-c-man .man ./usr/share/man/man3/pthread_attr_setdetachstate.3 comp-c-man .man +./usr/share/man/man3/pthread_attr_getschedparam.3 comp-c-man .man +./usr/share/man/man3/pthread_attr_setschedparam.3 comp-c-man .man ./usr/share/man/man3/pthread_barierattr_destroy.3 comp-obsolete obsolete ./usr/share/man/man3/pthread_barierattr_init.3 comp-obsolete obsolete ./usr/share/man/man3/pthread_barrierattr_destroy.3 comp-c-man .man diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index db8c6ea87829..ced7c181e115 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/06/17 18:23:19 peter Exp $ +# $NetBSD: Makefile,v 1.33 2005/06/17 18:37:24 peter Exp $ # WARNS= 2 @@ -105,6 +105,8 @@ MLINKS+= pthread_attr.3 pthread_attr_init.3 MLINKS+= pthread_attr.3 pthread_attr_destroy.3 MLINKS+= pthread_attr.3 pthread_attr_setdetachstate.3 MLINKS+= pthread_attr.3 pthread_attr_getdetachstate.3 +MLINKS+= pthread_attr.3 pthread_attr_setschedparam.3 +MLINKS+= pthread_attr.3 pthread_attr_getschedparam.3 MLINKS+= pthread_barrierattr.3 pthread_barrierattr_init.3 MLINKS+= pthread_barrierattr.3 pthread_barrierattr_destroy.3 MLINKS+= pthread_cleanup_push.3 pthread_cleanup_pop.3