Remove CONFIG_PTHREAD_RWLOCK. Rwlock interfaces built unconditionally.

This commit is contained in:
Gregory Nutt
2017-04-07 07:34:22 -06:00
parent 7bb26d2615
commit b631dc886f
3 changed files with 0 additions and 13 deletions
-3
View File
@@ -52,10 +52,7 @@ CSRCS += pthread_mutexattr_settype.c pthread_mutexattr_gettype.c
CSRCS += pthread_mutexattr_setrobust.c pthread_mutexattr_getrobust.c
CSRCS += pthread_setcancelstate.c pthread_setcanceltype.c
CSRCS += pthread_testcancel.c
ifeq ($(CONFIG_PTHREAD_RWLOCK),y)
CSRCS += pthread_rwlock.c pthread_rwlock_rdlock.c pthread_rwlock_wrlock.c
endif
ifeq ($(CONFIG_SMP),y)
CSRCS += pthread_attr_getaffinity.c pthread_attr_setaffinity.c