summaryrefslogtreecommitdiffstats
path: root/lib/libpthread
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-24 05:48:32 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-24 05:48:32 +0000
commita9cb4a5684321b1ef14eda2f1f16d6dc3145bf38 (patch)
tree1714ed036e6b51db7f0c9952bfd2d009ca9b0c0b /lib/libpthread
parentde231d22c4cb35003fa612eb4243f54b56068198 (diff)
downloadFreeBSD-src-a9cb4a5684321b1ef14eda2f1f16d6dc3145bf38.zip
FreeBSD-src-a9cb4a5684321b1ef14eda2f1f16d6dc3145bf38.tar.gz
Include files thr_condattr_pshared.c and thr_mattr_pshare.c.
Diffstat (limited to 'lib/libpthread')
-rw-r--r--lib/libpthread/thread/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc
index 3ba361e..561be93 100644
--- a/lib/libpthread/thread/Makefile.inc
+++ b/lib/libpthread/thread/Makefile.inc
@@ -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 \
OpenPOWER on IntegriCloud