diff options
| author | David Xu <davidxu@FreeBSD.org> | 2005-10-24 05:48:32 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2005-10-24 05:48:32 +0000 |
| commit | 710eb02de068d7a3e035802e65d347f23c595951 (patch) | |
| tree | 1714ed036e6b51db7f0c9952bfd2d009ca9b0c0b /lib/libpthread | |
| parent | 5d2466eea1c1d9f391011d63dfe3b02e0191e15f (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/Makefile.inc b/lib/libpthread/thread/Makefile.inc index 3ba361e884df..561be9371242 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 \ |
