Deleted Added
full compact
Makefile.inc (216641) Makefile.inc (218414)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 216641 2010-12-22 05:01:52Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 218414 2011-02-07 21:26:46Z jkim $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
8 thr_attr.c \
9 thr_barrier.c \

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

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 \
24 thr_getschedparam.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
8 thr_attr.c \
9 thr_barrier.c \

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

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 \
24 thr_getschedparam.c \
25 thr_getthreadid_np.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 \
32 thr_multi_np.c \

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

--- 25 unchanged lines hidden ---