Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Create links for pthread_attr_setschedparam.3
details: https://anonhg.NetBSD.org/src/rev/17f03160b9cb
branches: trunk
changeset: 582126:17f03160b9cb
user: peter <peter%NetBSD.org@localhost>
date: Fri Jun 17 18:37:24 2005 +0000
description:
Create links for pthread_attr_setschedparam.3
and pthread_attr_getschedparam.3 to pthread_attr.3.
>From Igor Sobrado in PR/29997.
diffstat:
distrib/sets/lists/comp/mi | 6 +++++-
lib/libpthread/Makefile | 4 +++-
2 files changed, 8 insertions(+), 2 deletions(-)
diffs (45 lines):
diff -r ac0cc8779c33 -r 17f03160b9cb distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Fri Jun 17 18:26:53 2005 +0000
+++ b/distrib/sets/lists/comp/mi Fri Jun 17 18:37:24 2005 +0000
@@ -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 -r ac0cc8779c33 -r 17f03160b9cb lib/libpthread/Makefile
--- a/lib/libpthread/Makefile Fri Jun 17 18:26:53 2005 +0000
+++ b/lib/libpthread/Makefile Fri Jun 17 18:37:24 2005 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index