From faf0e9c84119742dd9ebb79060faa22c52ae80a1 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 27 Jan 2017 06:53:19 +0100 Subject: nptl: Add tst-robust-fork --- support/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'support/Makefile') diff --git a/support/Makefile b/support/Makefile index 7114855..45aa7fc 100644 --- a/support/Makefile +++ b/support/Makefile @@ -61,6 +61,8 @@ libsupport-routines = \ xlisten \ xmalloc \ xmemstream \ + xmmap \ + xmunmap \ xpoll \ xpthread_barrier_destroy \ xpthread_barrier_init \ @@ -71,8 +73,17 @@ libsupport-routines = \ xpthread_create \ xpthread_detach \ xpthread_join \ + xpthread_mutex_consistent \ + xpthread_mutex_destroy \ + xpthread_mutex_init \ xpthread_mutex_lock \ xpthread_mutex_unlock \ + xpthread_mutexattr_destroy \ + xpthread_mutexattr_init \ + xpthread_mutexattr_setprotocol \ + xpthread_mutexattr_setpshared \ + xpthread_mutexattr_setrobust \ + xpthread_mutexattr_settype \ xpthread_once \ xpthread_sigmask \ xpthread_spin_lock \ -- cgit v1.1