From 64cd3e83c9993f3c1a3c24ea3030a22ccf35e12d Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 27 Dec 2005 14:48:14 +0000 Subject: Updated to fedora-glibc-20051227T1426 --- nptl/tst-robust2.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nptl/tst-robust2.c (limited to 'nptl/tst-robust2.c') diff --git a/nptl/tst-robust2.c b/nptl/tst-robust2.c new file mode 100644 index 0000000000..cf603feb4d --- /dev/null +++ b/nptl/tst-robust2.c @@ -0,0 +1,3 @@ +#define AFTER_JOIN 1 +#define LOCK(m) pthread_mutex_trylock (m) +#include "tst-robust1.c" -- cgit v1.2.3