From 28c30a6232aa9a54783c146590498a061fc0112a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 9 Feb 2020 19:50:21 +0000 Subject: pthread: Move most once tests from nptl to sysdeps/pthread So they can be checked with htl too. --- sysdeps/pthread/tst-oncex4.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 sysdeps/pthread/tst-oncex4.c (limited to 'sysdeps/pthread/tst-oncex4.c') diff --git a/sysdeps/pthread/tst-oncex4.c b/sysdeps/pthread/tst-oncex4.c new file mode 100644 index 0000000000..9b4d98f3f1 --- /dev/null +++ b/sysdeps/pthread/tst-oncex4.c @@ -0,0 +1 @@ +#include "tst-once4.c" -- cgit 1.4.1