aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/Makefile
blob: d33c0d63ea0ddb4e2bdb48e0e3586c7f40186bee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
#	@(#)Makefile	8.2 (Berkeley) 12/13/93
# $FreeBSD$

.include <src.opts.mk>

MAN=		arb.3 \
		assert.3 \
		ATOMIC_VAR_INIT.3 \
		bitstring.3 \
		CMSG_DATA.3 \
		end.3 \
		fpgetround.3 \
		intro.3 \
		makedev.3 \
		offsetof.3 \
		${PTHREAD_MAN} \
		Q_FRAWMASK.3 \
		Q_IFRAWMASK.3 \
		Q_INI.3 \
		Q_IRAWMASK.3 \
		Q_QABS.3 \
		Q_QADDI.3 \
		Q_QADDQ.3 \
		Q_SIGNED.3 \
		Q_SIGNSHFT.3 \
		qmath.3 \
		queue.3 \
		sigevent.3 \
		siginfo.3 \
		stats.3 \
		stdarg.3 \
		sysexits.3 \
		tgmath.3 \
		timeradd.3 \
		tree.3

MLINKS=		arb.3 ARB8_ENTRY.3 \
		arb.3 ARB8_HEAD.3 \
		arb.3 ARB16_ENTRY.3 \
		arb.3 ARB16_HEAD.3 \
		arb.3 ARB32_ENTRY.3 \
		arb.3 ARB32_HEAD.3 \
		arb.3 ARB_ALLOCSIZE.3 \
		arb.3 ARB_CURNODES.3 \
		arb.3 ARB_EMPTY.3 \
		arb.3 ARB_FIND.3 \
		arb.3 ARB_FOREACH.3 \
		arb.3 ARB_FOREACH_FROM.3 \
		arb.3 ARB_FOREACH_REVERSE.3 \
		arb.3 ARB_FOREACH_REVERSE_FROM.3 \
		arb.3 ARB_FOREACH_REVERSE_SAFE.3 \
		arb.3 ARB_FOREACH_SAFE.3 \
		arb.3 ARB_FREEIDX.3 \
		arb.3 ARB_FULL.3 \
		arb.3 ARB_GETFREE.3 \
		arb.3 ARB_INIT.3 \
		arb.3 ARB_INITIALIZER.3 \
		arb.3 ARB_INSERT.3 \
		arb.3 ARB_LEFT.3 \
		arb.3 ARB_LEFTIDX.3 \
		arb.3 ARB_MAX.3 \
		arb.3 ARB_MAXNODES.3 \
		arb.3 ARB_MIN.3 \
		arb.3 ARB_NEXT.3 \
		arb.3 ARB_NFIND.3 \
		arb.3 ARB_PARENT.3 \
		arb.3 ARB_PARENTIDX.3 \
		arb.3 ARB_PREV.3 \
		arb.3 ARB_REINSERT.3 \
		arb.3 ARB_REMOVE.3 \
		arb.3 ARB_RESET_TREE.3 \
		arb.3 ARB_RIGHT.3 \
		arb.3 ARB_RIGHTIDX.3 \
		arb.3 ARB_ROOT.3
MLINKS+=	ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong.3 \
		ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak.3 \
		ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_exchange.3 \
		ATOMIC_VAR_INIT.3 atomic_exchange_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_add.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_add_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_and.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_or_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_sub.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
		ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_init.3 \
		ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \
		ATOMIC_VAR_INIT.3 atomic_load.3 \
		ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \
		ATOMIC_VAR_INIT.3 atomic_store.3 \
		ATOMIC_VAR_INIT.3 atomic_store_explicit.3
MLINKS+=	bitstring.3 bit_alloc.3 \
		bitstring.3 bit_clear.3 \
		bitstring.3 bit_decl.3 \
		bitstring.3 bit_ffc.3 \
		bitstring.3 bit_ffc_at.3 \
		bitstring.3 bit_ffs.3 \
		bitstring.3 bit_ffs_at.3 \
		bitstring.3 bit_nclear.3 \
		bitstring.3 bit_nset.3 \
		bitstring.3 bit_set.3 \
		bitstring.3 bitstr_size.3 \
		bitstring.3 bit_test.3
MLINKS+=	CMSG_DATA.3 CMSG_FIRSTHDR.3 \
		CMSG_DATA.3 CMSG_LEN.3 \
		CMSG_DATA.3 CMSG_NEXTHDR.3 \
		CMSG_DATA.3 CMSG_SPACE.3
MLINKS+=	end.3 edata.3 \
		end.3 etext.3
MLINKS+=	fpgetround.3 fpgetmask.3 \
		fpgetround.3 fpgetprec.3 \
		fpgetround.3 fpgetsticky.3 \
		fpgetround.3 fpresetsticky.3 \
		fpgetround.3 fpsetmask.3 \
		fpgetround.3 fpsetprec.3 \
		fpgetround.3 fpsetround.3
MLINKS+=	makedev.3 major.3 \
		makedev.3 minor.3
MLINKS+=	${PTHREAD_MLINKS}
MLINKS+=	Q_FRAWMASK.3 Q_GFRAW.3 \
		Q_FRAWMASK.3 Q_GFABSVAL.3 \
		Q_FRAWMASK.3 Q_GFVAL.3 \
		Q_FRAWMASK.3 Q_SFVAL.3
MLINKS+=	Q_IFRAWMASK.3 Q_IFVALIMASK.3 \
		Q_IFRAWMASK.3 Q_IFVALFMASK.3 \
		Q_IFRAWMASK.3 Q_GIFRAW.3 \
		Q_IFRAWMASK.3 Q_GIFABSVAL.3 \
		Q_IFRAWMASK.3 Q_GIFVAL.3 \
		Q_IFRAWMASK.3 Q_SIFVAL.3 \
		Q_IFRAWMASK.3 Q_SIFVALS.3
MLINKS+=	Q_INI.3 Q_NCBITS.3 \
		Q_INI.3 Q_BT.3 \
		Q_INI.3 Q_TC.3 \
		Q_INI.3 Q_NTBITS.3 \
		Q_INI.3 Q_NFCBITS.3 \
		Q_INI.3 Q_MAXNFBITS.3 \
		Q_INI.3 Q_NFBITS.3 \
		Q_INI.3 Q_NIBITS.3 \
		Q_INI.3 Q_RPSHFT.3 \
		Q_INI.3 Q_ABS.3 \
		Q_INI.3 Q_MAXSTRLEN.3 \
		Q_INI.3 Q_TOSTR.3 \
		Q_INI.3 Q_SHL.3 \
		Q_INI.3 Q_SHR.3 \
		Q_INI.3 Q_DEBUG.3 \
		Q_INI.3 Q_DFV2BFV.3
MLINKS+=	Q_IRAWMASK.3 Q_GIRAW.3 \
		Q_IRAWMASK.3 Q_GIABSVAL.3 \
		Q_IRAWMASK.3 Q_GIVAL.3 \
		Q_IRAWMASK.3 Q_SIVAL.3
MLINKS+=	Q_QABS.3 Q_Q2D.3 \
		Q_QABS.3 Q_Q2F.3
MLINKS+=	Q_QADDI.3 Q_QDIVI.3 \
		Q_QADDI.3 Q_QMULI.3 \
		Q_QADDI.3 Q_QSUBI.3 \
		Q_QADDI.3 Q_QFRACI.3 \
		Q_QADDI.3 Q_QCPYVALI.3
MLINKS+=	Q_QADDQ.3 Q_QDIVQ.3 \
		Q_QADDQ.3 Q_QMULQ.3 \
		Q_QADDQ.3 Q_QSUBQ.3 \
		Q_QADDQ.3 Q_NORMPREC.3 \
		Q_QADDQ.3 Q_QMAXQ.3 \
		Q_QADDQ.3 Q_QMINQ.3 \
		Q_QADDQ.3 Q_QCLONEQ.3 \
		Q_QADDQ.3 Q_QCPYVALQ.3
MLINKS+=	Q_SIGNED.3 Q_LTZ.3 \
		Q_SIGNED.3 Q_PRECEQ.3 \
		Q_SIGNED.3 Q_QLTQ.3 \
		Q_SIGNED.3 Q_QLEQ.3 \
		Q_SIGNED.3 Q_QGTQ.3 \
		Q_SIGNED.3 Q_QGEQ.3 \
		Q_SIGNED.3 Q_QEQ.3 \
		Q_SIGNED.3 Q_QNEQ.3 \
		Q_SIGNED.3 Q_OFLOW.3 \
		Q_SIGNED.3 Q_RELPREC.3
MLINKS+=	Q_SIGNSHFT.3 Q_SSIGN.3 \
		Q_SIGNSHFT.3 Q_CRAWMASK.3 \
		Q_SIGNSHFT.3 Q_SRAWMASK.3 \
		Q_SIGNSHFT.3 Q_GCRAW.3 \
		Q_SIGNSHFT.3 Q_GCVAL.3 \
		Q_SIGNSHFT.3 Q_SCVAL.3
MLINKS+=	queue.3 LIST_CLASS_ENTRY.3 \
		queue.3 LIST_CLASS_HEAD.3 \
		queue.3 LIST_EMPTY.3 \
		queue.3 LIST_ENTRY.3 \
		queue.3 LIST_FIRST.3 \
		queue.3 LIST_FOREACH.3 \
		queue.3 LIST_FOREACH_FROM.3 \
		queue.3 LIST_FOREACH_FROM_SAFE.3 \
		queue.3 LIST_FOREACH_SAFE.3 \
		queue.3 LIST_HEAD.3 \
		queue.3 LIST_HEAD_INITIALIZER.3 \
		queue.3 LIST_INIT.3 \
		queue.3 LIST_INSERT_AFTER.3 \
		queue.3 LIST_INSERT_BEFORE.3 \
		queue.3 LIST_INSERT_HEAD.3 \
		queue.3 LIST_NEXT.3 \
		queue.3 LIST_PREV.3 \
		queue.3 LIST_REMOVE.3 \
		queue.3 LIST_SWAP.3 \
		queue.3 SLIST_CLASS_ENTRY.3 \
		queue.3 SLIST_CLASS_HEAD.3 \
		queue.3 SLIST_EMPTY.3 \
		queue.3 SLIST_ENTRY.3 \
		queue.3 SLIST_FIRST.3 \
		queue.3 SLIST_FOREACH.3 \
		queue.3 SLIST_FOREACH_FROM.3 \
		queue.3 SLIST_FOREACH_FROM_SAFE.3 \
		queue.3 SLIST_FOREACH_SAFE.3 \
		queue.3 SLIST_HEAD.3 \
		queue.3 SLIST_HEAD_INITIALIZER.3 \
		queue.3 SLIST_INIT.3 \
		queue.3 SLIST_INSERT_AFTER.3 \
		queue.3 SLIST_INSERT_HEAD.3 \
		queue.3 SLIST_NEXT.3 \
		queue.3 SLIST_REMOVE.3 \
		queue.3 SLIST_REMOVE_AFTER.3 \
		queue.3 SLIST_REMOVE_HEAD.3 \
		queue.3 SLIST_REMOVE_PREVPTR.3 \
		queue.3 SLIST_SWAP.3 \
		queue.3 STAILQ_CLASS_ENTRY.3 \
		queue.3 STAILQ_CLASS_HEAD.3 \
		queue.3 STAILQ_CONCAT.3 \
		queue.3 STAILQ_EMPTY.3 \
		queue.3 STAILQ_ENTRY.3 \
		queue.3 STAILQ_FIRST.3 \
		queue.3 STAILQ_FOREACH.3 \
		queue.3 STAILQ_FOREACH_FROM.3 \
		queue.3 STAILQ_FOREACH_FROM_SAFE.3 \
		queue.3 STAILQ_FOREACH_SAFE.3 \
		queue.3 STAILQ_HEAD.3 \
		queue.3 STAILQ_HEAD_INITIALIZER.3 \
		queue.3 STAILQ_INIT.3 \
		queue.3 STAILQ_INSERT_AFTER.3 \
		queue.3 STAILQ_INSERT_HEAD.3 \
		queue.3 STAILQ_INSERT_TAIL.3 \
		queue.3 STAILQ_LAST.3 \
		queue.3 STAILQ_NEXT.3 \
		queue.3 STAILQ_REMOVE.3 \
		queue.3 STAILQ_REMOVE_AFTER.3 \
		queue.3 STAILQ_REMOVE_HEAD.3 \
		queue.3 STAILQ_SWAP.3 \
		queue.3 TAILQ_CLASS_ENTRY.3 \
		queue.3 TAILQ_CLASS_HEAD.3 \
		queue.3 TAILQ_CONCAT.3 \
		queue.3 TAILQ_EMPTY.3 \
		queue.3 TAILQ_ENTRY.3 \
		queue.3 TAILQ_FIRST.3 \
		queue.3 TAILQ_FOREACH.3 \
		queue.3 TAILQ_FOREACH_FROM.3 \
		queue.3 TAILQ_FOREACH_FROM_SAFE.3 \
		queue.3 TAILQ_FOREACH_REVERSE.3 \
		queue.3 TAILQ_FOREACH_REVERSE_FROM.3 \
		queue.3 TAILQ_FOREACH_REVERSE_FROM_SAFE.3 \
		queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \
		queue.3 TAILQ_FOREACH_SAFE.3 \
		queue.3 TAILQ_HEAD.3 \
		queue.3 TAILQ_HEAD_INITIALIZER.3 \
		queue.3 TAILQ_INIT.3 \
		queue.3 TAILQ_INSERT_AFTER.3 \
		queue.3 TAILQ_INSERT_BEFORE.3 \
		queue.3 TAILQ_INSERT_HEAD.3 \
		queue.3 TAILQ_INSERT_TAIL.3 \
		queue.3 TAILQ_LAST.3 \
		queue.3 TAILQ_NEXT.3 \
		queue.3 TAILQ_PREV.3 \
		queue.3 TAILQ_REMOVE.3 \
		queue.3 TAILQ_SWAP.3
MLINKS+=	stats.3 stats_tpl_alloc.3 \
		stats.3 stats_tpl_fetch_allocid.3 \
		stats.3 stats_tpl_fetch.3 \
		stats.3 stats_tpl_id2name.3 \
		stats.3 stats_tpl_sample_rates.3 \
		stats.3 stats_tpl_sample_rollthedice.3 \
		stats.3 STATS_VSS_SUM.3 \
		stats.3 STATS_VSS_MAX.3 \
		stats.3 STATS_VSS_MIN.3 \
		stats.3 STATS_VSS_CRHIST32_LIN.3 \
		stats.3 STATS_VSS_CRHIST64_LIN.3 \
		stats.3 stats_tpl_add_voistats.3 \
		stats.3 stats_blob_alloc.3 \
		stats.3 stats_blob_init.3 \
		stats.3 stats_blob_clone.3 \
		stats.3 stats_blob_destroy.3 \
		stats.3 stats_voistat_fetch_dptr.3 \
		stats.3 stats_blob_snapshot.3 \
		stats.3 stats_blob_tostr.3 \
		stats.3 stats_voistatdata_tostr.3 \
		stats.3 stats_blob_visit.3
MLINKS+=	stdarg.3 va_arg.3 \
		stdarg.3 va_copy.3 \
		stdarg.3 va_end.3 \
		stdarg.3 varargs.3 \
		stdarg.3 va_start.3
MLINKS+=	timeradd.3 timerclear.3 \
		timeradd.3 timercmp.3 \
		timeradd.3 timerisset.3 \
		timeradd.3 timersub.3 \
		timeradd.3 timespecadd.3 \
		timeradd.3 timespecsub.3 \
		timeradd.3 timespecclear.3 \
		timeradd.3 timespecisset.3 \
		timeradd.3 timespeccmp.3
MLINKS+=	tree.3 RB_EMPTY.3 \
		tree.3 RB_ENTRY.3 \
		tree.3 RB_FIND.3 \
		tree.3 RB_FOREACH.3 \
		tree.3 RB_FOREACH_FROM.3 \
		tree.3 RB_FOREACH_REVERSE.3 \
		tree.3 RB_FOREACH_REVERSE_FROM.3 \
		tree.3 RB_FOREACH_REVERSE_SAFE.3 \
		tree.3 RB_FOREACH_SAFE.3 \
		tree.3 RB_GENERATE.3 \
		tree.3 RB_GENERATE_FIND.3 \
		tree.3 RB_GENERATE_INSERT.3 \
		tree.3 RB_GENERATE_INSERT_COLOR.3 \
		tree.3 RB_GENERATE_MINMAX.3 \
		tree.3 RB_GENERATE_NEXT.3 \
		tree.3 RB_GENERATE_NFIND.3 \
		tree.3 RB_GENERATE_PREV.3 \
		tree.3 RB_GENERATE_REMOVE.3 \
		tree.3 RB_GENERATE_REMOVE_COLOR.3 \
		tree.3 RB_GENERATE_STATIC.3 \
		tree.3 RB_HEAD.3 \
		tree.3 RB_INIT.3 \
		tree.3 RB_INITIALIZER.3 \
		tree.3 RB_INSERT.3 \
		tree.3 RB_LEFT.3 \
		tree.3 RB_MAX.3 \
		tree.3 RB_MIN.3 \
		tree.3 RB_NEXT.3 \
		tree.3 RB_NFIND.3 \
		tree.3 RB_PARENT.3 \
		tree.3 RB_PREV.3 \
		tree.3 RB_PROTOTYPE.3 \
		tree.3 RB_PROTOTYPE_FIND.3 \
		tree.3 RB_PROTOTYPE_INSERT.3 \
		tree.3 RB_PROTOTYPE_INSERT_COLOR.3 \
		tree.3 RB_PROTOTYPE_MINMAX.3 \
		tree.3 RB_PROTOTYPE_NEXT.3 \
		tree.3 RB_PROTOTYPE_NFIND.3 \
		tree.3 RB_PROTOTYPE_PREV.3 \
		tree.3 RB_PROTOTYPE_REMOVE.3 \
		tree.3 RB_PROTOTYPE_REMOVE_COLOR.3 \
		tree.3 RB_PROTOTYPE_STATIC.3 \
		tree.3 RB_REINSERT.3 \
		tree.3 RB_REMOVE.3 \
		tree.3 RB_RIGHT.3 \
		tree.3 RB_ROOT.3 \
		tree.3 SPLAY_EMPTY.3 \
		tree.3 SPLAY_ENTRY.3 \
		tree.3 SPLAY_FIND.3 \
		tree.3 SPLAY_FOREACH.3 \
		tree.3 SPLAY_GENERATE.3 \
		tree.3 SPLAY_HEAD.3 \
		tree.3 SPLAY_INIT.3 \
		tree.3 SPLAY_INITIALIZER.3 \
		tree.3 SPLAY_INSERT.3 \
		tree.3 SPLAY_LEFT.3 \
		tree.3 SPLAY_MAX.3 \
		tree.3 SPLAY_MIN.3 \
		tree.3 SPLAY_NEXT.3 \
		tree.3 SPLAY_PROTOTYPE.3 \
		tree.3 SPLAY_REMOVE.3 \
		tree.3 SPLAY_RIGHT.3 \
		tree.3 SPLAY_ROOT.3

PTHREAD_MAN=	pthread.3 \
		pthread_affinity_np.3 \
		pthread_atfork.3 \
		pthread_attr.3 \
		pthread_attr_affinity_np.3 \
		pthread_attr_get_np.3 \
		pthread_attr_setcreatesuspend_np.3 \
		pthread_barrierattr.3 \
		pthread_barrier_destroy.3 \
		pthread_cancel.3 \
		pthread_cleanup_pop.3 \
		pthread_cleanup_push.3 \
		pthread_condattr.3 \
		pthread_cond_broadcast.3 \
		pthread_cond_destroy.3 \
		pthread_cond_init.3 \
		pthread_cond_signal.3 \
		pthread_cond_timedwait.3 \
		pthread_cond_wait.3 \
		pthread_create.3 \
		pthread_detach.3 \
		pthread_equal.3 \
		pthread_exit.3 \
		pthread_getconcurrency.3 \
		pthread_getcpuclockid.3 \
		pthread_getspecific.3 \
		pthread_getthreadid_np.3 \
		pthread_join.3 \
		pthread_key_create.3 \
		pthread_key_delete.3 \
		pthread_kill.3 \
		pthread_main_np.3 \
		pthread_multi_np.3 \
		pthread_mutexattr.3 \
		pthread_mutexattr_getkind_np.3 \
		pthread_mutex_consistent.3 \
		pthread_mutex_destroy.3 \
		pthread_mutex_init.3 \
		pthread_mutex_lock.3 \
		pthread_mutex_timedlock.3 \
		pthread_mutex_trylock.3 \
		pthread_mutex_unlock.3 \
		pthread_once.3 \
		pthread_resume_all_np.3 \
		pthread_resume_np.3 \
		pthread_rwlockattr_destroy.3 \
		pthread_rwlockattr_getpshared.3 \
		pthread_rwlockattr_init.3 \
		pthread_rwlockattr_setpshared.3 \
		pthread_rwlock_destroy.3 \
		pthread_rwlock_init.3 \
		pthread_rwlock_rdlock.3 \
		pthread_rwlock_timedrdlock.3 \
		pthread_rwlock_timedwrlock.3 \
		pthread_rwlock_unlock.3 \
		pthread_rwlock_wrlock.3 \
		pthread_schedparam.3 \
		pthread_self.3 \
		pthread_set_name_np.3 \
		pthread_setspecific.3 \
		pthread_sigmask.3 \
		pthread_spin_init.3 \
		pthread_spin_lock.3 \
		pthread_suspend_all_np.3 \
		pthread_suspend_np.3 \
		pthread_switch_add_np.3 \
		pthread_testcancel.3 \
		pthread_yield.3

PTHREAD_MLINKS=	pthread_affinity_np.3 pthread_getaffinity_np.3 \
		pthread_affinity_np.3 pthread_setaffinity_np.3
PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
		pthread_attr.3 pthread_attr_getdetachstate.3 \
		pthread_attr.3 pthread_attr_getguardsize.3 \
		pthread_attr.3 pthread_attr_getinheritsched.3 \
		pthread_attr.3 pthread_attr_getschedparam.3 \
		pthread_attr.3 pthread_attr_getschedpolicy.3 \
		pthread_attr.3 pthread_attr_getscope.3 \
		pthread_attr.3 pthread_attr_getstack.3 \
		pthread_attr.3 pthread_attr_getstackaddr.3 \
		pthread_attr.3 pthread_attr_getstacksize.3 \
		pthread_attr.3 pthread_attr_init.3 \
		pthread_attr.3 pthread_attr_setdetachstate.3 \
		pthread_attr.3 pthread_attr_setguardsize.3 \
		pthread_attr.3 pthread_attr_setinheritsched.3 \
		pthread_attr.3 pthread_attr_setschedparam.3 \
		pthread_attr.3 pthread_attr_setschedpolicy.3 \
		pthread_attr.3 pthread_attr_setscope.3 \
		pthread_attr.3 pthread_attr_setstack.3 \
		pthread_attr.3 pthread_attr_setstackaddr.3 \
		pthread_attr.3 pthread_attr_setstacksize.3
PTHREAD_MLINKS+=pthread_attr_affinity_np.3 pthread_attr_getaffinity_np.3 \
		pthread_attr_affinity_np.3 pthread_attr_setaffinity_np.3
PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \
		pthread_barrierattr.3 pthread_barrierattr_getpshared.3 \
		pthread_barrierattr.3 pthread_barrierattr_init.3 \
		pthread_barrierattr.3 pthread_barrierattr_setpshared.3
PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \
		pthread_barrier_destroy.3 pthread_barrier_wait.3
PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \
		pthread_condattr.3 pthread_condattr_init.3 \
		pthread_condattr.3 pthread_condattr_getclock.3 \
		pthread_condattr.3 pthread_condattr_setclock.3 \
		pthread_condattr.3 pthread_condattr_getpshared.3 \
		pthread_condattr.3 pthread_condattr_setpshared.3
PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3
PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3
PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \
		pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \
		pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \
		pthread_mutexattr.3 pthread_mutexattr_getrobust.3 \
		pthread_mutexattr.3 pthread_mutexattr_gettype.3 \
		pthread_mutexattr.3 pthread_mutexattr_init.3 \
		pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \
		pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \
		pthread_mutexattr.3 pthread_mutexattr_setrobust.3 \
		pthread_mutexattr.3 pthread_mutexattr_settype.3
PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3
PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3
PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3
PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \
		pthread_schedparam.3 pthread_setschedparam.3
PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \
		pthread_set_name_np.3 pthread_getname_np.3 \
		pthread_set_name_np.3 pthread_setname_np.3
PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \
		pthread_spin_lock.3 pthread_spin_trylock.3 \
		pthread_spin_lock.3 pthread_spin_unlock.3
PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3
PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
		pthread_testcancel.3 pthread_setcanceltype.3
PTHREAD_MLINKS+=pthread_join.3 pthread_peekjoin_np.3 \
		pthread_join.3 pthread_timedjoin_np.3

.include <bsd.prog.mk>