Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Build links for rest of the pthread_attr(3) functions.
details: https://anonhg.NetBSD.org/src/rev/a357bc5aff06
branches: trunk
changeset: 755008:a357bc5aff06
user: jruoho <jruoho%NetBSD.org@localhost>
date: Wed May 19 20:04:42 2010 +0000
description:
Build links for rest of the pthread_attr(3) functions.
Hopefully I got all of them right in the setlist...
diffstat:
distrib/sets/lists/comp/mi | 39 +++++++++++++++++++++++++++++++++++++--
lib/libpthread/Makefile | 16 +++++++++++++++-
2 files changed, 52 insertions(+), 3 deletions(-)
diffs (125 lines):
diff -r 552d8b140699 -r a357bc5aff06 distrib/sets/lists/comp/mi
--- a/distrib/sets/lists/comp/mi Wed May 19 19:17:08 2010 +0000
+++ b/distrib/sets/lists/comp/mi Wed May 19 20:04:42 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1451 2010/05/19 06:28:53 jruoho Exp $
+# $NetBSD: mi,v 1.1452 2010/05/19 20:04:42 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@@ -7535,13 +7535,25 @@
./usr/share/man/cat3/pthread_attr.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_destroy.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_getdetachstate.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getguardsize.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getinheritsched.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_getname_np.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_getschedparam.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getschedpolicy.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getscope.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getstackaddr.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_getstacksize.0 comp-c-catman .cat
./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_setguardsize.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_setinheritsched.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_setname_np.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_attr_setschedparam.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_setschedpolicy.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_setscope.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_setstackaddr.0 comp-c-catman .cat
+./usr/share/man/cat3/pthread_attr_setstacksize.0 comp-c-catman .cat
./usr/share/man/cat3/pthread_barierattr_destroy.0 comp-obsolete obsolete
./usr/share/man/cat3/pthread_barierattr_init.0 comp-obsolete obsolete
./usr/share/man/cat3/pthread_barrier_destroy.0 comp-c-catman .cat
@@ -13345,13 +13357,25 @@
./usr/share/man/html3/pthread_attr.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_destroy.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_getdetachstate.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getguardsize.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getinheritsched.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_getname_np.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_getschedparam.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getschedpolicy.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getscope.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getstackaddr.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_getstacksize.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_init.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_setcreatesuspend_np.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_setdetachstate.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setguardsize.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setinheritsched.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_setname_np.html comp-c-htmlman html
./usr/share/man/html3/pthread_attr_setschedparam.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setschedpolicy.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setscope.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setstackaddr.html comp-c-htmlman html
+./usr/share/man/html3/pthread_attr_setstacksize.html comp-c-htmlman html
./usr/share/man/html3/pthread_barrier_destroy.html comp-c-htmlman html
./usr/share/man/html3/pthread_barrier_init.html comp-c-htmlman html
./usr/share/man/html3/pthread_barrier_wait.html comp-c-htmlman html
@@ -19147,15 +19171,26 @@
./usr/share/man/man3/pthread.3 comp-c-man .man
./usr/share/man/man3/pthread_atfork.3 comp-c-man .man
./usr/share/man/man3/pthread_attr.3 comp-c-man .man
-./usr/share/man/man3/pthread_attr_destroy.3 comp-c-man .man
./usr/share/man/man3/pthread_attr_getdetachstate.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getguardsize.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getinheritsched.3 comp-c-man .man
./usr/share/man/man3/pthread_attr_getname_np.3 comp-c-man .man
./usr/share/man/man3/pthread_attr_getschedparam.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getschedpolicy.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getscope.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getstackaddr.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_getstacksize.3 comp-c-man .man
./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_setguardsize.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_setinheritsched.3 comp-c-man .man
./usr/share/man/man3/pthread_attr_setname_np.3 comp-c-man .man
./usr/share/man/man3/pthread_attr_setschedparam.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_setschedpolicy.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_setscope.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_setstackaddr.3 comp-c-man .man
+./usr/share/man/man3/pthread_attr_setstacksize.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_barrier_destroy.3 comp-c-man .man
diff -r 552d8b140699 -r a357bc5aff06 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile Wed May 19 19:17:08 2010 +0000
+++ b/lib/libpthread/Makefile Wed May 19 20:04:42 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2009/05/16 22:21:18 ad Exp $
+# $NetBSD: Makefile,v 1.57 2010/05/19 20:04:43 jruoho Exp $
#
WARNS= 4
@@ -115,12 +115,26 @@
MLINKS+= affinity.3 pthread_setaffinity_np.3
MLINKS+= affinity.3 pthread_getaffinity_np.3
+
MLINKS+= pthread_attr.3 pthread_attr_init.3
MLINKS+= pthread_attr.3 pthread_attr_destroy.3
+MLINKS+= pthread_attr.3 pthread_attr_setstacksize.3
+MLINKS+= pthread_attr.3 pthread_attr_getstacksize.3
+MLINKS+= pthread_attr.3 pthread_attr_setguardsize.3
+MLINKS+= pthread_attr.3 pthread_attr_getguardsize.3
+MLINKS+= pthread_attr.3 pthread_attr_setstackaddr.3
+MLINKS+= pthread_attr.3 pthread_attr_getstackaddr.3
MLINKS+= pthread_attr.3 pthread_attr_setdetachstate.3
MLINKS+= pthread_attr.3 pthread_attr_getdetachstate.3
+MLINKS+= pthread_attr.3 pthread_attr_setinheritsched.3
+MLINKS+= pthread_attr.3 pthread_attr_getinheritsched.3
MLINKS+= pthread_attr.3 pthread_attr_setschedparam.3
MLINKS+= pthread_attr.3 pthread_attr_getschedparam.3
+MLINKS+= pthread_attr.3 pthread_attr_setschedpolicy.3
+MLINKS+= pthread_attr.3 pthread_attr_getschedpolicy.3
+MLINKS+= pthread_attr.3 pthread_attr_setscope.3
+MLINKS+= pthread_attr.3 pthread_attr_getscope.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