Browse Source

nptl: Add pthread_mutex_getprioceiling and pthread_mutex_setprioceiling support

	* libpthread/nptl/Makefile.in (libpthread-routines-): Remove
	pthread_mutex_getprioceiling.c and pthread_mutex_setprioceiling.c.

Signed-off-by: Mickaël Guêné <mickael.guene@st.com>
Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
Christophe Lyon 5 years ago
parent
commit
961c229bd1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libpthread/nptl/Makefile.in

+ 0 - 1
libpthread/nptl/Makefile.in

@@ -18,7 +18,6 @@ libpthread-shared-only-routines-y = version.c
 libpthread-static-only-routines-y = pthread_atfork.c
 libpthread-routines- += $(notdir $(wildcard $(libpthread_DIR)/gen_*.c)) # dummy generated files
 libpthread-routines- += allocatestack.c # dummy included by pthread_create.c
-libpthread-routines- += pthread_mutex_getprioceiling.c pthread_mutex_setprioceiling.c # XXX: delete those or use them!
 libpthread-routines-$(UCLIBC_SUSV4_LEGACY) += pthread_getconcurrency.c \
 	pthread_setconcurrency.c
 libpthread_CSRC = $(filter-out $(libpthread-routines-) \