1# $OpenBSD: Makefile.inc,v 1.37 2019/01/12 00:16:03 jca Exp $
2# $FreeBSD: Makefile.inc,v 1.6 1999/08/28 00:03:02 peter Exp $
3
4# POSIX thread man files
5
6.PATH: ${SRCDIR}/man
7
8MAN+=	\
9	pthread_atfork.3 \
10	pthread_attr_init.3 \
11	pthread_attr_setstack.3 \
12	pthread_attr_setstackaddr.3 \
13	pthread_attr_setstacksize.3 \
14	pthread_attr_setguardsize.3 \
15	pthread_attr_setdetachstate.3 \
16	pthread_barrier_init.3 \
17	pthread_barrier_wait.3 \
18	pthread_barrierattr_init.3 \
19	pthread_barrierattr_getpshared.3 \
20	pthread_cleanup_pop.3 \
21	pthread_cleanup_push.3 \
22	pthread_condattr_init.3 \
23	pthread_cond_broadcast.3 \
24	pthread_cond_destroy.3 \
25	pthread_cond_init.3 \
26	pthread_cond_signal.3 \
27	pthread_cond_timedwait.3 \
28	pthread_cond_wait.3 \
29	pthread_cancel.3 \
30	pthread_create.3 \
31	pthread_detach.3 \
32	pthread_equal.3 \
33	pthread_exit.3 \
34	pthread_getconcurrency.3 \
35	pthread_getcpuclockid.3 \
36	pthread_getspecific.3 \
37	pthread_join.3 \
38	pthread_key_create.3 \
39	pthread_key_delete.3 \
40	pthread_kill.3 \
41	pthread_main_np.3 \
42	pthread_mutexattr.3 \
43	pthread_mutex_destroy.3 \
44	pthread_mutex_init.3 \
45	pthread_mutex_lock.3 \
46	pthread_mutex_unlock.3 \
47	pthread_once.3 \
48	pthread_rwlock_destroy.3 \
49	pthread_rwlock_init.3 \
50	pthread_rwlock_rdlock.3 \
51	pthread_rwlock_unlock.3 \
52	pthread_rwlock_wrlock.3 \
53	pthread_rwlockattr_destroy.3 \
54	pthread_rwlockattr_getpshared.3 \
55	pthread_rwlockattr_init.3 \
56	pthread_rwlockattr_setpshared.3 \
57	pthread_schedparam.3 \
58	pthread_self.3 \
59	pthread_set_name_np.3 \
60	pthread_setspecific.3 \
61	pthread_sigmask.3 \
62	pthread_spin_init.3 \
63	pthread_spin_lock.3 \
64	pthread_spin_unlock.3 \
65	pthread_stackseg_np.3 \
66	pthread_testcancel.3 \
67	pthread_yield.3 \
68	sched_get_priority_min.3 \
69	sem_destroy.3 \
70	sem_getvalue.3 \
71	sem_init.3 \
72	sem_open.3 \
73	sem_post.3 \
74	sem_wait.3
75
76MAN+=	pthreads.3 \
77	flockfile.3 \
78	getc_unlocked.3 \
79	putc_unlocked.3
80