Deleted Added
full compact
Makefile.inc (144518) Makefile.inc (144921)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 144518 2005-04-02 01:20:00Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 144921 2005-04-12 03:00:28Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \
10 thr_cancel.c \
11 thr_clean.c \
12 thr_concurrency.c \
13 thr_cond.c \
14 thr_condattr.c \
15 thr_create.c \
16 thr_detach.c \
17 thr_equal.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \
10 thr_cancel.c \
11 thr_clean.c \
12 thr_concurrency.c \
13 thr_cond.c \
14 thr_condattr.c \
15 thr_create.c \
16 thr_detach.c \
17 thr_equal.c \
18 thr_event.c \
18 thr_exit.c \
19 thr_fork.c \
20 thr_getprio.c \
21 thr_getschedparam.c \
22 thr_init.c \
23 thr_join.c \
24 thr_list.c \
25 thr_kern.c \

--- 29 unchanged lines hidden ---
19 thr_exit.c \
20 thr_fork.c \
21 thr_getprio.c \
22 thr_getschedparam.c \
23 thr_init.c \
24 thr_join.c \
25 thr_list.c \
26 thr_kern.c \

--- 29 unchanged lines hidden ---