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

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

40 thr_rwlock.c \
41 thr_rwlockattr.c \
42 thr_self.c \
43 thr_sem.c \
44 thr_setprio.c \
45 thr_setschedparam.c \
46 thr_sig.c \
47 thr_single_np.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
8 thr_attr.c \
9 thr_barrier.c \

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

40 thr_rwlock.c \
41 thr_rwlockattr.c \
42 thr_self.c \
43 thr_sem.c \
44 thr_setprio.c \
45 thr_setschedparam.c \
46 thr_sig.c \
47 thr_single_np.c \
48 thr_sleepq.c \
48 thr_spec.c \
49 thr_spinlock.c \
50 thr_stack.c \
51 thr_syscalls.c \
52 thr_suspend_np.c \
53 thr_switch_np.c \
54 thr_symbols.c \
55 thr_umtx.c \
56 thr_yield.c
49 thr_spec.c \
50 thr_spinlock.c \
51 thr_stack.c \
52 thr_syscalls.c \
53 thr_suspend_np.c \
54 thr_switch_np.c \
55 thr_symbols.c \
56 thr_umtx.c \
57 thr_yield.c