Deleted Added
full compact
Makefile.inc (176763) Makefile.inc (177494)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 176763 2008-03-03 09:16:29Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 177494 2008-03-22 09:59:20Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
8 thr_attr.c \
9 thr_barrier.c \

--- 5 unchanged lines hidden (view full) ---

15 thr_condattr.c \
16 thr_create.c \
17 thr_detach.c \
18 thr_equal.c \
19 thr_event.c \
20 thr_exit.c \
21 thr_fork.c \
22 thr_getprio.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
8 thr_attr.c \
9 thr_barrier.c \

--- 5 unchanged lines hidden (view full) ---

15 thr_condattr.c \
16 thr_create.c \
17 thr_detach.c \
18 thr_equal.c \
19 thr_event.c \
20 thr_exit.c \
21 thr_fork.c \
22 thr_getprio.c \
23 thr_getcpuclockid.c \
23 thr_getschedparam.c \
24 thr_info.c \
25 thr_init.c \
26 thr_join.c \
27 thr_list.c \
28 thr_kern.c \
29 thr_kill.c \
30 thr_main_np.c \

--- 25 unchanged lines hidden ---
24 thr_getschedparam.c \
25 thr_info.c \
26 thr_init.c \
27 thr_join.c \
28 thr_list.c \
29 thr_kern.c \
30 thr_kill.c \
31 thr_main_np.c \

--- 25 unchanged lines hidden ---