From a25077a431758b30aa60103945fe70811e8207ef Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 16 Feb 2020 14:30:17 +0000 Subject: pthread: Move robust mutex tests from nptl to sysdeps/pthread tst-robust8.c prints some mutex internals for nptl debugging, this needed to be made conditioned by getting built with nptl. --- sysdeps/pthread/tst-robust2.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sysdeps/pthread/tst-robust2.c (limited to 'sysdeps/pthread/tst-robust2.c') diff --git a/sysdeps/pthread/tst-robust2.c b/sysdeps/pthread/tst-robust2.c new file mode 100644 index 0000000000..cf603feb4d --- /dev/null +++ b/sysdeps/pthread/tst-robust2.c @@ -0,0 +1,3 @@ +#define AFTER_JOIN 1 +#define LOCK(m) pthread_mutex_trylock (m) +#include "tst-robust1.c" -- cgit 1.4.1