summaryrefslogtreecommitdiff
path: root/Bmakefile
diff options
context:
space:
mode:
authorrpj <rpj>2011-05-06 02:11:50 +0000
committerrpj <rpj>2011-05-06 02:11:50 +0000
commit2fe8aba6a8a4ce09f353f34881c77f93a9c01ca3 (patch)
treefd7f179b1abaa525ec55e34bef23b12f8fd89021 /Bmakefile
parent941d7cf87c60b55342b51e0b0fcd748589b76167 (diff)
Robust mutexes merged from devel branchpost_merge_with_ROBUST_MUTEXES
Diffstat (limited to 'Bmakefile')
-rw-r--r--Bmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Bmakefile b/Bmakefile
index 300cefd..38aa61d 100644
--- a/Bmakefile
+++ b/Bmakefile
@@ -116,10 +116,13 @@ MUTEX_SRCS = \
pthread_mutexattr_setpshared.c \
pthread_mutexattr_settype.c \
pthread_mutexattr_gettype.c \
+ pthread_mutexattr_setrobust.c \
+ pthread_mutexattr_getrobust.c \
pthread_mutex_lock.c \
pthread_mutex_timedlock.c \
pthread_mutex_unlock.c \
- pthread_mutex_trylock.c
+ pthread_mutex_trylock.c \
+ pthread_mutex_consistent.c
NONPORTABLE_SRCS = \
pthread_mutexattr_setkind_np.c \