Deleted Added
full compact
Makefile.inc (113871) Makefile.inc (115399)
1# $FreeBSD: head/lib/libkse/thread/Makefile.inc 113871 2003-04-22 20:29:16Z deischen $
1# $FreeBSD: head/lib/libkse/thread/Makefile.inc 115399 2003-05-30 00:21:52Z kan $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_aio_suspend.c \
8 thr_autoinit.c \
9 thr_attr_destroy.c \

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

66 thr_pause.c \
67 thr_poll.c \
68 thr_printf.c \
69 thr_priority_queue.c \
70 thr_pselect.c \
71 thr_read.c \
72 thr_readv.c \
73 thr_resume_np.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_aio_suspend.c \
8 thr_autoinit.c \
9 thr_attr_destroy.c \

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

66 thr_pause.c \
67 thr_poll.c \
68 thr_printf.c \
69 thr_priority_queue.c \
70 thr_pselect.c \
71 thr_read.c \
72 thr_readv.c \
73 thr_resume_np.c \
74 thr_rtld.c \
74 thr_rwlock.c \
75 thr_rwlockattr.c \
76 thr_select.c \
77 thr_self.c \
78 thr_sem.c \
79 thr_seterrno.c \
80 thr_setprio.c \
81 thr_setschedparam.c \

--- 23 unchanged lines hidden ---
75 thr_rwlock.c \
76 thr_rwlockattr.c \
77 thr_select.c \
78 thr_self.c \
79 thr_sem.c \
80 thr_seterrno.c \
81 thr_setprio.c \
82 thr_setschedparam.c \

--- 23 unchanged lines hidden ---