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