xref: /freebsd/share/man/man3/Makefile (revision f6a3b357e9be4c6423c85eff9a847163a0d307c8)
1#	@(#)Makefile	8.2 (Berkeley) 12/13/93
2# $FreeBSD$
3
4.include <src.opts.mk>
5
6MAN=		assert.3 \
7		ATOMIC_VAR_INIT.3 \
8		bitstring.3 \
9		CMSG_DATA.3 \
10		end.3 \
11		fpgetround.3 \
12		intro.3 \
13		makedev.3 \
14		offsetof.3 \
15		${PTHREAD_MAN} \
16		Q_FRAWMASK.3 \
17		Q_IFRAWMASK.3 \
18		Q_INI.3 \
19		Q_IRAWMASK.3 \
20		Q_QABS.3 \
21		Q_QADDI.3 \
22		Q_QADDQ.3 \
23		Q_SIGNED.3 \
24		Q_SIGNSHFT.3 \
25		qmath.3 \
26		queue.3 \
27		sigevent.3 \
28		siginfo.3 \
29		stdarg.3 \
30		sysexits.3 \
31		tgmath.3 \
32		timeradd.3 \
33		tree.3
34
35MLINKS=		ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong.3 \
36		ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong_explicit.3 \
37		ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak.3 \
38		ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak_explicit.3 \
39		ATOMIC_VAR_INIT.3 atomic_exchange.3 \
40		ATOMIC_VAR_INIT.3 atomic_exchange_explicit.3 \
41		ATOMIC_VAR_INIT.3 atomic_fetch_add.3 \
42		ATOMIC_VAR_INIT.3 atomic_fetch_add_explicit.3 \
43		ATOMIC_VAR_INIT.3 atomic_fetch_and.3 \
44		ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \
45		ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
46		ATOMIC_VAR_INIT.3 atomic_fetch_or_explicit.3 \
47		ATOMIC_VAR_INIT.3 atomic_fetch_sub.3 \
48		ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
49		ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
50		ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
51		ATOMIC_VAR_INIT.3 atomic_init.3 \
52		ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \
53		ATOMIC_VAR_INIT.3 atomic_load.3 \
54		ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
55		ATOMIC_VAR_INIT.3 atomic_store.3 \
56		ATOMIC_VAR_INIT.3 atomic_store_explicit.3
57MLINKS+=	bitstring.3 bit_alloc.3 \
58		bitstring.3 bit_clear.3 \
59		bitstring.3 bit_decl.3 \
60		bitstring.3 bit_ffc.3 \
61		bitstring.3 bit_ffc_at.3 \
62		bitstring.3 bit_ffs.3 \
63		bitstring.3 bit_ffs_at.3 \
64		bitstring.3 bit_nclear.3 \
65		bitstring.3 bit_nset.3 \
66		bitstring.3 bit_set.3 \
67		bitstring.3 bitstr_size.3 \
68		bitstring.3 bit_test.3
69MLINKS+=	CMSG_DATA.3 CMSG_FIRSTHDR.3 \
70		CMSG_DATA.3 CMSG_LEN.3 \
71		CMSG_DATA.3 CMSG_NEXTHDR.3 \
72		CMSG_DATA.3 CMSG_SPACE.3
73MLINKS+=	end.3 edata.3 \
74		end.3 etext.3
75MLINKS+=	fpgetround.3 fpgetmask.3 \
76		fpgetround.3 fpgetprec.3 \
77		fpgetround.3 fpgetsticky.3 \
78		fpgetround.3 fpresetsticky.3 \
79		fpgetround.3 fpsetmask.3 \
80		fpgetround.3 fpsetprec.3 \
81		fpgetround.3 fpsetround.3
82MLINKS+=	makedev.3 major.3 \
83		makedev.3 minor.3
84MLINKS+=	${PTHREAD_MLINKS}
85MLINKS+=	Q_FRAWMASK.3 Q_GFRAW.3 \
86		Q_FRAWMASK.3 Q_GFABSVAL.3 \
87		Q_FRAWMASK.3 Q_GFVAL.3 \
88		Q_FRAWMASK.3 Q_SFVAL.3
89MLINKS+=	Q_IFRAWMASK.3 Q_IFVALIMASK.3 \
90		Q_IFRAWMASK.3 Q_IFVALFMASK.3 \
91		Q_IFRAWMASK.3 Q_GIFRAW.3 \
92		Q_IFRAWMASK.3 Q_GIFABSVAL.3 \
93		Q_IFRAWMASK.3 Q_GIFVAL.3 \
94		Q_IFRAWMASK.3 Q_SIFVAL.3 \
95		Q_IFRAWMASK.3 Q_SIFVALS.3
96MLINKS+=	Q_INI.3 Q_NCBITS.3 \
97		Q_INI.3 Q_BT.3 \
98		Q_INI.3 Q_TC.3 \
99		Q_INI.3 Q_NTBITS.3 \
100		Q_INI.3 Q_NFCBITS.3 \
101		Q_INI.3 Q_MAXNFBITS.3 \
102		Q_INI.3 Q_NFBITS.3 \
103		Q_INI.3 Q_NIBITS.3 \
104		Q_INI.3 Q_RPSHFT.3 \
105		Q_INI.3 Q_ABS.3 \
106		Q_INI.3 Q_MAXSTRLEN.3 \
107		Q_INI.3 Q_TOSTR.3 \
108		Q_INI.3 Q_SHL.3 \
109		Q_INI.3 Q_SHR.3 \
110		Q_INI.3 Q_DEBUG.3 \
111		Q_INI.3 Q_DFV2BFV.3
112MLINKS+=	Q_IRAWMASK.3 Q_GIRAW.3 \
113		Q_IRAWMASK.3 Q_GIABSVAL.3 \
114		Q_IRAWMASK.3 Q_GIVAL.3 \
115		Q_IRAWMASK.3 Q_SIVAL.3
116MLINKS+=	Q_QABS.3 Q_Q2D.3 \
117		Q_QABS.3 Q_Q2F.3
118MLINKS+=	Q_QADDI.3 Q_QDIVI.3 \
119		Q_QADDI.3 Q_QMULI.3 \
120		Q_QADDI.3 Q_QSUBI.3 \
121		Q_QADDI.3 Q_QFRACI.3 \
122		Q_QADDI.3 Q_QCPYVALI.3
123MLINKS+=	Q_QADDQ.3 Q_QDIVQ.3 \
124		Q_QADDQ.3 Q_QMULQ.3 \
125		Q_QADDQ.3 Q_QSUBQ.3 \
126		Q_QADDQ.3 Q_NORMPREC.3 \
127		Q_QADDQ.3 Q_QMAXQ.3 \
128		Q_QADDQ.3 Q_QMINQ.3 \
129		Q_QADDQ.3 Q_QCLONEQ.3 \
130		Q_QADDQ.3 Q_QCPYVALQ.3
131MLINKS+=	Q_SIGNED.3 Q_LTZ.3 \
132		Q_SIGNED.3 Q_PRECEQ.3 \
133		Q_SIGNED.3 Q_QLTQ.3 \
134		Q_SIGNED.3 Q_QLEQ.3 \
135		Q_SIGNED.3 Q_QGTQ.3 \
136		Q_SIGNED.3 Q_QGEQ.3 \
137		Q_SIGNED.3 Q_QEQ.3 \
138		Q_SIGNED.3 Q_QNEQ.3 \
139		Q_SIGNED.3 Q_OFLOW.3 \
140		Q_SIGNED.3 Q_RELPREC.3
141MLINKS+=	Q_SIGNSHFT.3 Q_SSIGN.3 \
142		Q_SIGNSHFT.3 Q_CRAWMASK.3 \
143		Q_SIGNSHFT.3 Q_SRAWMASK.3 \
144		Q_SIGNSHFT.3 Q_GCRAW.3 \
145		Q_SIGNSHFT.3 Q_GCVAL.3 \
146		Q_SIGNSHFT.3 Q_SCVAL.3
147MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
148		queue.3 LIST_CLASS_HEAD.3 \
149		queue.3 LIST_EMPTY.3 \
150		queue.3 LIST_ENTRY.3 \
151		queue.3 LIST_FIRST.3 \
152		queue.3 LIST_FOREACH.3 \
153		queue.3 LIST_FOREACH_FROM.3 \
154		queue.3 LIST_FOREACH_FROM_SAFE.3 \
155		queue.3 LIST_FOREACH_SAFE.3 \
156		queue.3 LIST_HEAD.3 \
157		queue.3 LIST_HEAD_INITIALIZER.3 \
158		queue.3 LIST_INIT.3 \
159		queue.3 LIST_INSERT_AFTER.3 \
160		queue.3 LIST_INSERT_BEFORE.3 \
161		queue.3 LIST_INSERT_HEAD.3 \
162		queue.3 LIST_NEXT.3 \
163		queue.3 LIST_PREV.3 \
164		queue.3 LIST_REMOVE.3 \
165		queue.3 LIST_SWAP.3 \
166		queue.3 SLIST_CLASS_ENTRY.3 \
167		queue.3 SLIST_CLASS_HEAD.3 \
168		queue.3 SLIST_EMPTY.3 \
169		queue.3 SLIST_ENTRY.3 \
170		queue.3 SLIST_FIRST.3 \
171		queue.3 SLIST_FOREACH.3 \
172		queue.3 SLIST_FOREACH_FROM.3 \
173		queue.3 SLIST_FOREACH_FROM_SAFE.3 \
174		queue.3 SLIST_FOREACH_SAFE.3 \
175		queue.3 SLIST_HEAD.3 \
176		queue.3 SLIST_HEAD_INITIALIZER.3 \
177		queue.3 SLIST_INIT.3 \
178		queue.3 SLIST_INSERT_AFTER.3 \
179		queue.3 SLIST_INSERT_HEAD.3 \
180		queue.3 SLIST_NEXT.3 \
181		queue.3 SLIST_REMOVE.3 \
182		queue.3 SLIST_REMOVE_AFTER.3 \
183		queue.3 SLIST_REMOVE_HEAD.3 \
184		queue.3 SLIST_REMOVE_PREVPTR.3 \
185		queue.3 SLIST_SWAP.3 \
186		queue.3 STAILQ_CLASS_ENTRY.3 \
187		queue.3 STAILQ_CLASS_HEAD.3 \
188		queue.3 STAILQ_CONCAT.3 \
189		queue.3 STAILQ_EMPTY.3 \
190		queue.3 STAILQ_ENTRY.3 \
191		queue.3 STAILQ_FIRST.3 \
192		queue.3 STAILQ_FOREACH.3 \
193		queue.3 STAILQ_FOREACH_FROM.3 \
194		queue.3 STAILQ_FOREACH_FROM_SAFE.3 \
195		queue.3 STAILQ_FOREACH_SAFE.3 \
196		queue.3 STAILQ_HEAD.3 \
197		queue.3 STAILQ_HEAD_INITIALIZER.3 \
198		queue.3 STAILQ_INIT.3 \
199		queue.3 STAILQ_INSERT_AFTER.3 \
200		queue.3 STAILQ_INSERT_HEAD.3 \
201		queue.3 STAILQ_INSERT_TAIL.3 \
202		queue.3 STAILQ_LAST.3 \
203		queue.3 STAILQ_NEXT.3 \
204		queue.3 STAILQ_REMOVE.3 \
205		queue.3 STAILQ_REMOVE_AFTER.3 \
206		queue.3 STAILQ_REMOVE_HEAD.3 \
207		queue.3 STAILQ_SWAP.3 \
208		queue.3 TAILQ_CLASS_ENTRY.3 \
209		queue.3 TAILQ_CLASS_HEAD.3 \
210		queue.3 TAILQ_CONCAT.3 \
211		queue.3 TAILQ_EMPTY.3 \
212		queue.3 TAILQ_ENTRY.3 \
213		queue.3 TAILQ_FIRST.3 \
214		queue.3 TAILQ_FOREACH.3 \
215		queue.3 TAILQ_FOREACH_FROM.3 \
216		queue.3 TAILQ_FOREACH_FROM_SAFE.3 \
217		queue.3 TAILQ_FOREACH_REVERSE.3 \
218		queue.3 TAILQ_FOREACH_REVERSE_FROM.3 \
219		queue.3 TAILQ_FOREACH_REVERSE_FROM_SAFE.3 \
220		queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
221		queue.3 TAILQ_FOREACH_SAFE.3 \
222		queue.3 TAILQ_HEAD.3 \
223		queue.3 TAILQ_HEAD_INITIALIZER.3 \
224		queue.3 TAILQ_INIT.3 \
225		queue.3 TAILQ_INSERT_AFTER.3 \
226		queue.3 TAILQ_INSERT_BEFORE.3 \
227		queue.3 TAILQ_INSERT_HEAD.3 \
228		queue.3 TAILQ_INSERT_TAIL.3 \
229		queue.3 TAILQ_LAST.3 \
230		queue.3 TAILQ_NEXT.3 \
231		queue.3 TAILQ_PREV.3 \
232		queue.3 TAILQ_REMOVE.3 \
233		queue.3 TAILQ_SWAP.3
234MLINKS+=	stdarg.3 va_arg.3 \
235		stdarg.3 va_copy.3 \
236		stdarg.3 va_end.3 \
237		stdarg.3 varargs.3 \
238		stdarg.3 va_start.3
239MLINKS+=	timeradd.3 timerclear.3 \
240		timeradd.3 timercmp.3 \
241		timeradd.3 timerisset.3 \
242		timeradd.3 timersub.3 \
243		timeradd.3 timespecadd.3 \
244		timeradd.3 timespecsub.3 \
245		timeradd.3 timespecclear.3 \
246		timeradd.3 timespecisset.3 \
247		timeradd.3 timespeccmp.3
248MLINKS+=	tree.3 RB_EMPTY.3 \
249		tree.3 RB_ENTRY.3 \
250		tree.3 RB_FIND.3 \
251		tree.3 RB_FOREACH.3 \
252		tree.3 RB_FOREACH_FROM.3 \
253		tree.3 RB_FOREACH_REVERSE.3 \
254		tree.3 RB_FOREACH_REVERSE_FROM.3 \
255		tree.3 RB_FOREACH_REVERSE_SAFE.3 \
256		tree.3 RB_FOREACH_SAFE.3 \
257		tree.3 RB_GENERATE.3 \
258		tree.3 RB_GENERATE_FIND.3 \
259		tree.3 RB_GENERATE_INSERT.3 \
260		tree.3 RB_GENERATE_INSERT_COLOR.3 \
261		tree.3 RB_GENERATE_MINMAX.3 \
262		tree.3 RB_GENERATE_NEXT.3 \
263		tree.3 RB_GENERATE_NFIND.3 \
264		tree.3 RB_GENERATE_PREV.3 \
265		tree.3 RB_GENERATE_REMOVE.3 \
266		tree.3 RB_GENERATE_REMOVE_COLOR.3 \
267		tree.3 RB_GENERATE_STATIC.3 \
268		tree.3 RB_HEAD.3 \
269		tree.3 RB_INIT.3 \
270		tree.3 RB_INITIALIZER.3 \
271		tree.3 RB_INSERT.3 \
272		tree.3 RB_LEFT.3 \
273		tree.3 RB_MAX.3 \
274		tree.3 RB_MIN.3 \
275		tree.3 RB_NEXT.3 \
276		tree.3 RB_NFIND.3 \
277		tree.3 RB_PARENT.3 \
278		tree.3 RB_PREV.3 \
279		tree.3 RB_PROTOTYPE.3 \
280		tree.3 RB_PROTOTYPE_FIND.3 \
281		tree.3 RB_PROTOTYPE_INSERT.3 \
282		tree.3 RB_PROTOTYPE_INSERT_COLOR.3 \
283		tree.3 RB_PROTOTYPE_MINMAX.3 \
284		tree.3 RB_PROTOTYPE_NEXT.3 \
285		tree.3 RB_PROTOTYPE_NFIND.3 \
286		tree.3 RB_PROTOTYPE_PREV.3 \
287		tree.3 RB_PROTOTYPE_REMOVE.3 \
288		tree.3 RB_PROTOTYPE_REMOVE_COLOR.3 \
289		tree.3 RB_PROTOTYPE_STATIC.3 \
290		tree.3 RB_REMOVE.3 \
291		tree.3 RB_RIGHT.3 \
292		tree.3 RB_ROOT.3 \
293		tree.3 SPLAY_EMPTY.3 \
294		tree.3 SPLAY_ENTRY.3 \
295		tree.3 SPLAY_FIND.3 \
296		tree.3 SPLAY_FOREACH.3 \
297		tree.3 SPLAY_GENERATE.3 \
298		tree.3 SPLAY_HEAD.3 \
299		tree.3 SPLAY_INIT.3 \
300		tree.3 SPLAY_INITIALIZER.3 \
301		tree.3 SPLAY_INSERT.3 \
302		tree.3 SPLAY_LEFT.3 \
303		tree.3 SPLAY_MAX.3 \
304		tree.3 SPLAY_MIN.3 \
305		tree.3 SPLAY_NEXT.3 \
306		tree.3 SPLAY_PROTOTYPE.3 \
307		tree.3 SPLAY_REMOVE.3 \
308		tree.3 SPLAY_RIGHT.3 \
309		tree.3 SPLAY_ROOT.3
310
311.if ${MK_LIBTHR} != "no"
312PTHREAD_MAN=	pthread.3 \
313		pthread_affinity_np.3 \
314		pthread_atfork.3 \
315		pthread_attr.3 \
316		pthread_attr_affinity_np.3 \
317		pthread_attr_get_np.3 \
318		pthread_attr_setcreatesuspend_np.3 \
319		pthread_barrierattr.3 \
320		pthread_barrier_destroy.3 \
321		pthread_cancel.3 \
322		pthread_cleanup_pop.3 \
323		pthread_cleanup_push.3 \
324		pthread_condattr.3 \
325		pthread_cond_broadcast.3 \
326		pthread_cond_destroy.3 \
327		pthread_cond_init.3 \
328		pthread_cond_signal.3 \
329		pthread_cond_timedwait.3 \
330		pthread_cond_wait.3 \
331		pthread_create.3 \
332		pthread_detach.3 \
333		pthread_equal.3 \
334		pthread_exit.3 \
335		pthread_getconcurrency.3 \
336		pthread_getcpuclockid.3 \
337		pthread_getspecific.3 \
338		pthread_getthreadid_np.3 \
339		pthread_join.3 \
340		pthread_key_create.3 \
341		pthread_key_delete.3 \
342		pthread_kill.3 \
343		pthread_main_np.3 \
344		pthread_multi_np.3 \
345		pthread_mutexattr.3 \
346		pthread_mutexattr_getkind_np.3 \
347		pthread_mutex_consistent.3 \
348		pthread_mutex_destroy.3 \
349		pthread_mutex_init.3 \
350		pthread_mutex_lock.3 \
351		pthread_mutex_timedlock.3 \
352		pthread_mutex_trylock.3 \
353		pthread_mutex_unlock.3 \
354		pthread_once.3 \
355		pthread_resume_all_np.3 \
356		pthread_resume_np.3 \
357		pthread_rwlockattr_destroy.3 \
358		pthread_rwlockattr_getpshared.3 \
359		pthread_rwlockattr_init.3 \
360		pthread_rwlockattr_setpshared.3 \
361		pthread_rwlock_destroy.3 \
362		pthread_rwlock_init.3 \
363		pthread_rwlock_rdlock.3 \
364		pthread_rwlock_timedrdlock.3 \
365		pthread_rwlock_timedwrlock.3 \
366		pthread_rwlock_unlock.3 \
367		pthread_rwlock_wrlock.3 \
368		pthread_schedparam.3 \
369		pthread_self.3 \
370		pthread_set_name_np.3 \
371		pthread_setspecific.3 \
372		pthread_sigmask.3 \
373		pthread_spin_init.3 \
374		pthread_spin_lock.3 \
375		pthread_suspend_all_np.3 \
376		pthread_suspend_np.3 \
377		pthread_switch_add_np.3 \
378		pthread_testcancel.3 \
379		pthread_yield.3
380
381PTHREAD_MLINKS=	pthread_affinity_np.3 pthread_getaffinity_np.3 \
382		pthread_affinity_np.3 pthread_setaffinity_np.3
383PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
384		pthread_attr.3 pthread_attr_getdetachstate.3 \
385		pthread_attr.3 pthread_attr_getguardsize.3 \
386		pthread_attr.3 pthread_attr_getinheritsched.3 \
387		pthread_attr.3 pthread_attr_getschedparam.3 \
388		pthread_attr.3 pthread_attr_getschedpolicy.3 \
389		pthread_attr.3 pthread_attr_getscope.3 \
390		pthread_attr.3 pthread_attr_getstack.3 \
391		pthread_attr.3 pthread_attr_getstackaddr.3 \
392		pthread_attr.3 pthread_attr_getstacksize.3 \
393		pthread_attr.3 pthread_attr_init.3 \
394		pthread_attr.3 pthread_attr_setdetachstate.3 \
395		pthread_attr.3 pthread_attr_setguardsize.3 \
396		pthread_attr.3 pthread_attr_setinheritsched.3 \
397		pthread_attr.3 pthread_attr_setschedparam.3 \
398		pthread_attr.3 pthread_attr_setschedpolicy.3 \
399		pthread_attr.3 pthread_attr_setscope.3 \
400		pthread_attr.3 pthread_attr_setstack.3 \
401		pthread_attr.3 pthread_attr_setstackaddr.3 \
402		pthread_attr.3 pthread_attr_setstacksize.3
403PTHREAD_MLINKS+=pthread_attr_affinity_np.3 pthread_attr_getaffinity_np.3 \
404		pthread_attr_affinity_np.3 pthread_attr_setaffinity_np.3
405PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \
406		pthread_barrierattr.3 pthread_barrierattr_getpshared.3 \
407		pthread_barrierattr.3 pthread_barrierattr_init.3 \
408		pthread_barrierattr.3 pthread_barrierattr_setpshared.3
409PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
410		pthread_barrier_destroy.3 pthread_barrier_wait.3
411PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
412		pthread_condattr.3 pthread_condattr_init.3 \
413		pthread_condattr.3 pthread_condattr_getclock.3 \
414		pthread_condattr.3 pthread_condattr_setclock.3 \
415		pthread_condattr.3 pthread_condattr_getpshared.3 \
416		pthread_condattr.3 pthread_condattr_setpshared.3
417PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
418PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
419PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
420		pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
421		pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
422		pthread_mutexattr.3 pthread_mutexattr_getrobust.3 \
423		pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
424		pthread_mutexattr.3 pthread_mutexattr_init.3 \
425		pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
426		pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
427		pthread_mutexattr.3 pthread_mutexattr_setrobust.3 \
428		pthread_mutexattr.3 pthread_mutexattr_settype.3
429PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
430PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
431PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
432PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
433		pthread_schedparam.3 pthread_setschedparam.3
434PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3
435PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
436		pthread_spin_lock.3 pthread_spin_trylock.3 \
437		pthread_spin_lock.3 pthread_spin_unlock.3
438PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
439PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
440		pthread_testcancel.3 pthread_setcanceltype.3
441PTHREAD_MLINKS+=pthread_join.3 pthread_timedjoin_np.3
442.endif
443
444.include <bsd.prog.mk>
445