diff options
author | Florian Weimer <fweimer@redhat.com> | 2017-01-27 06:53:19 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2017-01-27 06:53:20 +0100 |
commit | faf0e9c84119742dd9ebb79060faa22c52ae80a1 (patch) | |
tree | aaf2df0e207bde2a4dfe6c9623e013364642a076 /support/Makefile | |
parent | 5653ab12b4ae15b32d41de7c56b2a4626cd0437a (diff) | |
download | glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.gz glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.tar.bz2 glibc-faf0e9c84119742dd9ebb79060faa22c52ae80a1.zip |
nptl: Add tst-robust-fork
Diffstat (limited to 'support/Makefile')
-rw-r--r-- | support/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile index 7114855504..45aa7fcd2d 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 \ |