Deleted Added
full compact
Makefile (179210) Makefile (183442)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $FreeBSD: head/share/man/man3/Makefile 179210 2008-05-22 14:40:03Z ed $
2# $FreeBSD: head/share/man/man3/Makefile 183442 2008-09-28 20:15:45Z ed $
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \
11 makedev.3 \
11 ${PTHREAD_MAN} \
12 queue.3 \
13 siginfo.3 \
14 stdarg.3 \
15 sysexits.3 \
16 tgmath.3 \
17 timeradd.3 \
18 tree.3
19
20MLINKS= bitstring.3 bit_alloc.3 \
21 bitstring.3 bit_clear.3 \
22 bitstring.3 bit_decl.3 \
23 bitstring.3 bit_ffc.3 \
24 bitstring.3 bit_ffs.3 \
25 bitstring.3 bit_nclear.3 \
26 bitstring.3 bit_nset.3 \
27 bitstring.3 bit_set.3 \
28 bitstring.3 bitstr_size.3 \
29 bitstring.3 bit_test.3
30MLINKS+= end.3 edata.3 \
31 end.3 etext.3
32MLINKS+= fpgetround.3 fpgetmask.3 \
33 fpgetround.3 fpgetprec.3 \
34 fpgetround.3 fpgetsticky.3 \
35 fpgetround.3 fpresetsticky.3 \
36 fpgetround.3 fpsetmask.3 \
37 fpgetround.3 fpsetprec.3 \
38 fpgetround.3 fpsetround.3
12 ${PTHREAD_MAN} \
13 queue.3 \
14 siginfo.3 \
15 stdarg.3 \
16 sysexits.3 \
17 tgmath.3 \
18 timeradd.3 \
19 tree.3
20
21MLINKS= bitstring.3 bit_alloc.3 \
22 bitstring.3 bit_clear.3 \
23 bitstring.3 bit_decl.3 \
24 bitstring.3 bit_ffc.3 \
25 bitstring.3 bit_ffs.3 \
26 bitstring.3 bit_nclear.3 \
27 bitstring.3 bit_nset.3 \
28 bitstring.3 bit_set.3 \
29 bitstring.3 bitstr_size.3 \
30 bitstring.3 bit_test.3
31MLINKS+= end.3 edata.3 \
32 end.3 etext.3
33MLINKS+= fpgetround.3 fpgetmask.3 \
34 fpgetround.3 fpgetprec.3 \
35 fpgetround.3 fpgetsticky.3 \
36 fpgetround.3 fpresetsticky.3 \
37 fpgetround.3 fpsetmask.3 \
38 fpgetround.3 fpsetprec.3 \
39 fpgetround.3 fpsetround.3
40MLINKS+= makedev.3 major.3 \
41 makedev.3 minor.3
39MLINKS+= ${PTHREAD_MLINKS}
40MLINKS+= queue.3 LIST_EMPTY.3 \
41 queue.3 LIST_ENTRY.3 \
42 queue.3 LIST_FIRST.3 \
43 queue.3 LIST_FOREACH.3 \
44 queue.3 LIST_FOREACH_SAFE.3 \
45 queue.3 LIST_HEAD.3 \
46 queue.3 LIST_HEAD_INITIALIZER.3 \
47 queue.3 LIST_INIT.3 \
48 queue.3 LIST_INSERT_AFTER.3 \
49 queue.3 LIST_INSERT_BEFORE.3 \
50 queue.3 LIST_INSERT_HEAD.3 \
51 queue.3 LIST_NEXT.3 \
52 queue.3 LIST_REMOVE.3 \
53 queue.3 SLIST_EMPTY.3 \
54 queue.3 SLIST_ENTRY.3 \
55 queue.3 SLIST_FIRST.3 \
56 queue.3 SLIST_FOREACH.3 \
57 queue.3 SLIST_FOREACH_SAFE.3 \
58 queue.3 SLIST_HEAD.3 \
59 queue.3 SLIST_HEAD_INITIALIZER.3 \
60 queue.3 SLIST_INIT.3 \
61 queue.3 SLIST_INSERT_AFTER.3 \
62 queue.3 SLIST_INSERT_HEAD.3 \
63 queue.3 SLIST_NEXT.3 \
64 queue.3 SLIST_REMOVE.3 \
65 queue.3 SLIST_REMOVE_HEAD.3 \
66 queue.3 SLIST_REMOVE_NEXT.3 \
67 queue.3 STAILQ_CONCAT.3 \
68 queue.3 STAILQ_EMPTY.3 \
69 queue.3 STAILQ_ENTRY.3 \
70 queue.3 STAILQ_FIRST.3 \
71 queue.3 STAILQ_FOREACH.3 \
72 queue.3 STAILQ_FOREACH_SAFE.3 \
73 queue.3 STAILQ_HEAD.3 \
74 queue.3 STAILQ_HEAD_INITIALIZER.3 \
75 queue.3 STAILQ_INIT.3 \
76 queue.3 STAILQ_INSERT_AFTER.3 \
77 queue.3 STAILQ_INSERT_HEAD.3 \
78 queue.3 STAILQ_INSERT_TAIL.3 \
79 queue.3 STAILQ_LAST.3 \
80 queue.3 STAILQ_NEXT.3 \
81 queue.3 STAILQ_REMOVE.3 \
82 queue.3 STAILQ_REMOVE_HEAD.3 \
83 queue.3 STAILQ_REMOVE_NEXT.3 \
84 queue.3 TAILQ_CONCAT.3 \
85 queue.3 TAILQ_EMPTY.3 \
86 queue.3 TAILQ_ENTRY.3 \
87 queue.3 TAILQ_FIRST.3 \
88 queue.3 TAILQ_FOREACH.3 \
89 queue.3 TAILQ_FOREACH_REVERSE.3 \
90 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
91 queue.3 TAILQ_FOREACH_SAFE.3 \
92 queue.3 TAILQ_HEAD.3 \
93 queue.3 TAILQ_HEAD_INITIALIZER.3 \
94 queue.3 TAILQ_INIT.3 \
95 queue.3 TAILQ_INSERT_AFTER.3 \
96 queue.3 TAILQ_INSERT_BEFORE.3 \
97 queue.3 TAILQ_INSERT_HEAD.3 \
98 queue.3 TAILQ_INSERT_TAIL.3 \
99 queue.3 TAILQ_LAST.3 \
100 queue.3 TAILQ_NEXT.3 \
101 queue.3 TAILQ_PREV.3 \
102 queue.3 TAILQ_REMOVE.3
103MLINKS+= stdarg.3 va_arg.3 \
104 stdarg.3 va_copy.3 \
105 stdarg.3 va_end.3 \
106 stdarg.3 varargs.3 \
107 stdarg.3 va_start.3
108MLINKS+= timeradd.3 timerclear.3 \
109 timeradd.3 timercmp.3 \
110 timeradd.3 timerisset.3 \
111 timeradd.3 timersub.3
112MLINKS+= tree.3 RB_EMPTY.3 \
113 tree.3 RB_ENTRY.3 \
114 tree.3 RB_FIND.3 \
115 tree.3 RB_FOREACH.3 \
116 tree.3 RB_FOREACH_REVERSE.3 \
117 tree.3 RB_GENERATE.3 \
118 tree.3 RB_GENERATE_STATIC.3 \
119 tree.3 RB_HEAD.3 \
120 tree.3 RB_INIT.3 \
121 tree.3 RB_INITIALIZER.3 \
122 tree.3 RB_INSERT.3 \
123 tree.3 RB_LEFT.3 \
124 tree.3 RB_MAX.3 \
125 tree.3 RB_MIN.3 \
126 tree.3 RB_NEXT.3 \
127 tree.3 RB_NFIND.3 \
128 tree.3 RB_PARENT.3 \
129 tree.3 RB_PREV.3 \
130 tree.3 RB_PROTOTYPE.3 \
131 tree.3 RB_PROTOTYPE_STATIC.3 \
132 tree.3 RB_REMOVE.3 \
133 tree.3 RB_RIGHT.3 \
134 tree.3 RB_ROOT.3 \
135 tree.3 SPLAY_EMPTY.3 \
136 tree.3 SPLAY_ENTRY.3 \
137 tree.3 SPLAY_FIND.3 \
138 tree.3 SPLAY_FOREACH.3 \
139 tree.3 SPLAY_GENERATE.3 \
140 tree.3 SPLAY_HEAD.3 \
141 tree.3 SPLAY_INIT.3 \
142 tree.3 SPLAY_INITIALIZER.3 \
143 tree.3 SPLAY_INSERT.3 \
144 tree.3 SPLAY_LEFT.3 \
145 tree.3 SPLAY_MAX.3 \
146 tree.3 SPLAY_MIN.3 \
147 tree.3 SPLAY_NEXT.3 \
148 tree.3 SPLAY_PROTOTYPE.3 \
149 tree.3 SPLAY_REMOVE.3 \
150 tree.3 SPLAY_RIGHT.3 \
151 tree.3 SPLAY_ROOT.3
152
153.if ${MK_LIBTHR} != "no"
154PTHREAD_MAN= pthread.3 \
155 pthread_atfork.3 \
156 pthread_attr.3 \
157 pthread_attr_get_np.3 \
158 pthread_attr_setcreatesuspend_np.3 \
159 pthread_barrierattr.3 \
160 pthread_barrier_destroy.3 \
161 pthread_cancel.3 \
162 pthread_cleanup_pop.3 \
163 pthread_cleanup_push.3 \
164 pthread_condattr.3 \
165 pthread_cond_broadcast.3 \
166 pthread_cond_destroy.3 \
167 pthread_cond_init.3 \
168 pthread_cond_signal.3 \
169 pthread_cond_timedwait.3 \
170 pthread_cond_wait.3 \
171 pthread_create.3 \
172 pthread_detach.3 \
173 pthread_equal.3 \
174 pthread_exit.3 \
175 pthread_getconcurrency.3 \
176 pthread_getspecific.3 \
177 pthread_join.3 \
178 pthread_key_create.3 \
179 pthread_key_delete.3 \
180 pthread_kill.3 \
181 pthread_main_np.3 \
182 pthread_multi_np.3 \
183 pthread_mutexattr.3 \
184 pthread_mutexattr_getkind_np.3 \
185 pthread_mutex_destroy.3 \
186 pthread_mutex_init.3 \
187 pthread_mutex_lock.3 \
188 pthread_mutex_timedlock.3 \
189 pthread_mutex_trylock.3 \
190 pthread_mutex_unlock.3 \
191 pthread_once.3 \
192 pthread_resume_all_np.3 \
193 pthread_resume_np.3 \
194 pthread_rwlockattr_destroy.3 \
195 pthread_rwlockattr_getpshared.3 \
196 pthread_rwlockattr_init.3 \
197 pthread_rwlockattr_setpshared.3 \
198 pthread_rwlock_destroy.3 \
199 pthread_rwlock_init.3 \
200 pthread_rwlock_rdlock.3 \
201 pthread_rwlock_timedrdlock.3 \
202 pthread_rwlock_timedwrlock.3 \
203 pthread_rwlock_unlock.3 \
204 pthread_rwlock_wrlock.3 \
205 pthread_schedparam.3 \
206 pthread_self.3 \
207 pthread_set_name_np.3 \
208 pthread_setspecific.3 \
209 pthread_sigmask.3 \
210 pthread_spin_init.3 \
211 pthread_spin_lock.3 \
212 pthread_suspend_all_np.3 \
213 pthread_suspend_np.3 \
214 pthread_switch_add_np.3 \
215 pthread_testcancel.3 \
216 pthread_yield.3
217
218PTHREAD_MLINKS= pthread_attr.3 pthread_attr_destroy.3 \
219 pthread_attr.3 pthread_attr_getdetachstate.3 \
220 pthread_attr.3 pthread_attr_getguardsize.3 \
221 pthread_attr.3 pthread_attr_getinheritsched.3 \
222 pthread_attr.3 pthread_attr_getschedparam.3 \
223 pthread_attr.3 pthread_attr_getschedpolicy.3 \
224 pthread_attr.3 pthread_attr_getscope.3 \
225 pthread_attr.3 pthread_attr_getstack.3 \
226 pthread_attr.3 pthread_attr_getstackaddr.3 \
227 pthread_attr.3 pthread_attr_getstacksize.3 \
228 pthread_attr.3 pthread_attr_init.3 \
229 pthread_attr.3 pthread_attr_setdetachstate.3 \
230 pthread_attr.3 pthread_attr_setguardsize.3 \
231 pthread_attr.3 pthread_attr_setinheritsched.3 \
232 pthread_attr.3 pthread_attr_setschedparam.3 \
233 pthread_attr.3 pthread_attr_setschedpolicy.3 \
234 pthread_attr.3 pthread_attr_setscope.3 \
235 pthread_attr.3 pthread_attr_setstack.3 \
236 pthread_attr.3 pthread_attr_setstackaddr.3 \
237 pthread_attr.3 pthread_attr_setstacksize.3
238PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \
239 pthread_barrierattr.3 pthread_barrierattr_getpshared.3 \
240 pthread_barrierattr.3 pthread_barrierattr_init.3 \
241 pthread_barrierattr.3 pthread_barrierattr_setpshared.3
242PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
243 pthread_barrier_destroy.3 pthread_barrier_wait.3
244PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
245 pthread_condattr.3 pthread_condattr_init.3
246PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
247PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
248PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
249 pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
250 pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
251 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
252 pthread_mutexattr.3 pthread_mutexattr_init.3 \
253 pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
254 pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
255 pthread_mutexattr.3 pthread_mutexattr_settype.3
256PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
257PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
258PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
259PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
260 pthread_schedparam.3 pthread_setschedparam.3
261PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
262 pthread_spin_lock.3 pthread_spin_trylock.3 \
263 pthread_spin_lock.3 pthread_spin_unlock.3
264PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
265PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
266 pthread_testcancel.3 pthread_setcanceltype.3
267.endif
268
269.include <bsd.prog.mk>
42MLINKS+= ${PTHREAD_MLINKS}
43MLINKS+= queue.3 LIST_EMPTY.3 \
44 queue.3 LIST_ENTRY.3 \
45 queue.3 LIST_FIRST.3 \
46 queue.3 LIST_FOREACH.3 \
47 queue.3 LIST_FOREACH_SAFE.3 \
48 queue.3 LIST_HEAD.3 \
49 queue.3 LIST_HEAD_INITIALIZER.3 \
50 queue.3 LIST_INIT.3 \
51 queue.3 LIST_INSERT_AFTER.3 \
52 queue.3 LIST_INSERT_BEFORE.3 \
53 queue.3 LIST_INSERT_HEAD.3 \
54 queue.3 LIST_NEXT.3 \
55 queue.3 LIST_REMOVE.3 \
56 queue.3 SLIST_EMPTY.3 \
57 queue.3 SLIST_ENTRY.3 \
58 queue.3 SLIST_FIRST.3 \
59 queue.3 SLIST_FOREACH.3 \
60 queue.3 SLIST_FOREACH_SAFE.3 \
61 queue.3 SLIST_HEAD.3 \
62 queue.3 SLIST_HEAD_INITIALIZER.3 \
63 queue.3 SLIST_INIT.3 \
64 queue.3 SLIST_INSERT_AFTER.3 \
65 queue.3 SLIST_INSERT_HEAD.3 \
66 queue.3 SLIST_NEXT.3 \
67 queue.3 SLIST_REMOVE.3 \
68 queue.3 SLIST_REMOVE_HEAD.3 \
69 queue.3 SLIST_REMOVE_NEXT.3 \
70 queue.3 STAILQ_CONCAT.3 \
71 queue.3 STAILQ_EMPTY.3 \
72 queue.3 STAILQ_ENTRY.3 \
73 queue.3 STAILQ_FIRST.3 \
74 queue.3 STAILQ_FOREACH.3 \
75 queue.3 STAILQ_FOREACH_SAFE.3 \
76 queue.3 STAILQ_HEAD.3 \
77 queue.3 STAILQ_HEAD_INITIALIZER.3 \
78 queue.3 STAILQ_INIT.3 \
79 queue.3 STAILQ_INSERT_AFTER.3 \
80 queue.3 STAILQ_INSERT_HEAD.3 \
81 queue.3 STAILQ_INSERT_TAIL.3 \
82 queue.3 STAILQ_LAST.3 \
83 queue.3 STAILQ_NEXT.3 \
84 queue.3 STAILQ_REMOVE.3 \
85 queue.3 STAILQ_REMOVE_HEAD.3 \
86 queue.3 STAILQ_REMOVE_NEXT.3 \
87 queue.3 TAILQ_CONCAT.3 \
88 queue.3 TAILQ_EMPTY.3 \
89 queue.3 TAILQ_ENTRY.3 \
90 queue.3 TAILQ_FIRST.3 \
91 queue.3 TAILQ_FOREACH.3 \
92 queue.3 TAILQ_FOREACH_REVERSE.3 \
93 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
94 queue.3 TAILQ_FOREACH_SAFE.3 \
95 queue.3 TAILQ_HEAD.3 \
96 queue.3 TAILQ_HEAD_INITIALIZER.3 \
97 queue.3 TAILQ_INIT.3 \
98 queue.3 TAILQ_INSERT_AFTER.3 \
99 queue.3 TAILQ_INSERT_BEFORE.3 \
100 queue.3 TAILQ_INSERT_HEAD.3 \
101 queue.3 TAILQ_INSERT_TAIL.3 \
102 queue.3 TAILQ_LAST.3 \
103 queue.3 TAILQ_NEXT.3 \
104 queue.3 TAILQ_PREV.3 \
105 queue.3 TAILQ_REMOVE.3
106MLINKS+= stdarg.3 va_arg.3 \
107 stdarg.3 va_copy.3 \
108 stdarg.3 va_end.3 \
109 stdarg.3 varargs.3 \
110 stdarg.3 va_start.3
111MLINKS+= timeradd.3 timerclear.3 \
112 timeradd.3 timercmp.3 \
113 timeradd.3 timerisset.3 \
114 timeradd.3 timersub.3
115MLINKS+= tree.3 RB_EMPTY.3 \
116 tree.3 RB_ENTRY.3 \
117 tree.3 RB_FIND.3 \
118 tree.3 RB_FOREACH.3 \
119 tree.3 RB_FOREACH_REVERSE.3 \
120 tree.3 RB_GENERATE.3 \
121 tree.3 RB_GENERATE_STATIC.3 \
122 tree.3 RB_HEAD.3 \
123 tree.3 RB_INIT.3 \
124 tree.3 RB_INITIALIZER.3 \
125 tree.3 RB_INSERT.3 \
126 tree.3 RB_LEFT.3 \
127 tree.3 RB_MAX.3 \
128 tree.3 RB_MIN.3 \
129 tree.3 RB_NEXT.3 \
130 tree.3 RB_NFIND.3 \
131 tree.3 RB_PARENT.3 \
132 tree.3 RB_PREV.3 \
133 tree.3 RB_PROTOTYPE.3 \
134 tree.3 RB_PROTOTYPE_STATIC.3 \
135 tree.3 RB_REMOVE.3 \
136 tree.3 RB_RIGHT.3 \
137 tree.3 RB_ROOT.3 \
138 tree.3 SPLAY_EMPTY.3 \
139 tree.3 SPLAY_ENTRY.3 \
140 tree.3 SPLAY_FIND.3 \
141 tree.3 SPLAY_FOREACH.3 \
142 tree.3 SPLAY_GENERATE.3 \
143 tree.3 SPLAY_HEAD.3 \
144 tree.3 SPLAY_INIT.3 \
145 tree.3 SPLAY_INITIALIZER.3 \
146 tree.3 SPLAY_INSERT.3 \
147 tree.3 SPLAY_LEFT.3 \
148 tree.3 SPLAY_MAX.3 \
149 tree.3 SPLAY_MIN.3 \
150 tree.3 SPLAY_NEXT.3 \
151 tree.3 SPLAY_PROTOTYPE.3 \
152 tree.3 SPLAY_REMOVE.3 \
153 tree.3 SPLAY_RIGHT.3 \
154 tree.3 SPLAY_ROOT.3
155
156.if ${MK_LIBTHR} != "no"
157PTHREAD_MAN= pthread.3 \
158 pthread_atfork.3 \
159 pthread_attr.3 \
160 pthread_attr_get_np.3 \
161 pthread_attr_setcreatesuspend_np.3 \
162 pthread_barrierattr.3 \
163 pthread_barrier_destroy.3 \
164 pthread_cancel.3 \
165 pthread_cleanup_pop.3 \
166 pthread_cleanup_push.3 \
167 pthread_condattr.3 \
168 pthread_cond_broadcast.3 \
169 pthread_cond_destroy.3 \
170 pthread_cond_init.3 \
171 pthread_cond_signal.3 \
172 pthread_cond_timedwait.3 \
173 pthread_cond_wait.3 \
174 pthread_create.3 \
175 pthread_detach.3 \
176 pthread_equal.3 \
177 pthread_exit.3 \
178 pthread_getconcurrency.3 \
179 pthread_getspecific.3 \
180 pthread_join.3 \
181 pthread_key_create.3 \
182 pthread_key_delete.3 \
183 pthread_kill.3 \
184 pthread_main_np.3 \
185 pthread_multi_np.3 \
186 pthread_mutexattr.3 \
187 pthread_mutexattr_getkind_np.3 \
188 pthread_mutex_destroy.3 \
189 pthread_mutex_init.3 \
190 pthread_mutex_lock.3 \
191 pthread_mutex_timedlock.3 \
192 pthread_mutex_trylock.3 \
193 pthread_mutex_unlock.3 \
194 pthread_once.3 \
195 pthread_resume_all_np.3 \
196 pthread_resume_np.3 \
197 pthread_rwlockattr_destroy.3 \
198 pthread_rwlockattr_getpshared.3 \
199 pthread_rwlockattr_init.3 \
200 pthread_rwlockattr_setpshared.3 \
201 pthread_rwlock_destroy.3 \
202 pthread_rwlock_init.3 \
203 pthread_rwlock_rdlock.3 \
204 pthread_rwlock_timedrdlock.3 \
205 pthread_rwlock_timedwrlock.3 \
206 pthread_rwlock_unlock.3 \
207 pthread_rwlock_wrlock.3 \
208 pthread_schedparam.3 \
209 pthread_self.3 \
210 pthread_set_name_np.3 \
211 pthread_setspecific.3 \
212 pthread_sigmask.3 \
213 pthread_spin_init.3 \
214 pthread_spin_lock.3 \
215 pthread_suspend_all_np.3 \
216 pthread_suspend_np.3 \
217 pthread_switch_add_np.3 \
218 pthread_testcancel.3 \
219 pthread_yield.3
220
221PTHREAD_MLINKS= pthread_attr.3 pthread_attr_destroy.3 \
222 pthread_attr.3 pthread_attr_getdetachstate.3 \
223 pthread_attr.3 pthread_attr_getguardsize.3 \
224 pthread_attr.3 pthread_attr_getinheritsched.3 \
225 pthread_attr.3 pthread_attr_getschedparam.3 \
226 pthread_attr.3 pthread_attr_getschedpolicy.3 \
227 pthread_attr.3 pthread_attr_getscope.3 \
228 pthread_attr.3 pthread_attr_getstack.3 \
229 pthread_attr.3 pthread_attr_getstackaddr.3 \
230 pthread_attr.3 pthread_attr_getstacksize.3 \
231 pthread_attr.3 pthread_attr_init.3 \
232 pthread_attr.3 pthread_attr_setdetachstate.3 \
233 pthread_attr.3 pthread_attr_setguardsize.3 \
234 pthread_attr.3 pthread_attr_setinheritsched.3 \
235 pthread_attr.3 pthread_attr_setschedparam.3 \
236 pthread_attr.3 pthread_attr_setschedpolicy.3 \
237 pthread_attr.3 pthread_attr_setscope.3 \
238 pthread_attr.3 pthread_attr_setstack.3 \
239 pthread_attr.3 pthread_attr_setstackaddr.3 \
240 pthread_attr.3 pthread_attr_setstacksize.3
241PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \
242 pthread_barrierattr.3 pthread_barrierattr_getpshared.3 \
243 pthread_barrierattr.3 pthread_barrierattr_init.3 \
244 pthread_barrierattr.3 pthread_barrierattr_setpshared.3
245PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
246 pthread_barrier_destroy.3 pthread_barrier_wait.3
247PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
248 pthread_condattr.3 pthread_condattr_init.3
249PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
250PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
251PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
252 pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
253 pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
254 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
255 pthread_mutexattr.3 pthread_mutexattr_init.3 \
256 pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
257 pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
258 pthread_mutexattr.3 pthread_mutexattr_settype.3
259PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
260PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
261PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
262PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
263 pthread_schedparam.3 pthread_setschedparam.3
264PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
265 pthread_spin_lock.3 pthread_spin_trylock.3 \
266 pthread_spin_lock.3 pthread_spin_unlock.3
267PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
268PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
269 pthread_testcancel.3 pthread_setcanceltype.3
270.endif
271
272.include <bsd.prog.mk>