Include files thr_condattr_pshared.c and thr_mattr_pshare.c.

This commit is contained in:
David Xu 2005-10-24 05:48:32 +00:00
parent 5d2466eea1
commit 710eb02de0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151616
2 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,7 @@ SRCS+= \
thr_cond.c \
thr_condattr_destroy.c \
thr_condattr_init.c \
thr_condattr_pshared.c \
thr_connect.c \
thr_creat.c \
thr_create.c \
@ -60,6 +61,7 @@ SRCS+= \
thr_main_np.c \
thr_mattr_init.c \
thr_mattr_kind_np.c \
thr_mattr_pshared.c \
thr_msync.c \
thr_multi_np.c \
thr_mutex.c \

View File

@ -39,6 +39,7 @@ SRCS+= \
thr_cond.c \
thr_condattr_destroy.c \
thr_condattr_init.c \
thr_condattr_pshared.c \
thr_connect.c \
thr_creat.c \
thr_create.c \
@ -60,6 +61,7 @@ SRCS+= \
thr_main_np.c \
thr_mattr_init.c \
thr_mattr_kind_np.c \
thr_mattr_pshared.c \
thr_msync.c \
thr_multi_np.c \
thr_mutex.c \