From 2b00b3a890c38747c10be6464e83903114431b83 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 19 Dec 2025 15:52:24 -0300 Subject: [PATCH] misc: Enable tst-atomic for clang The atomic.h macros now uses compiler builtins. Reviewed-by: H.J. Lu --- misc/tst-atomic.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/misc/tst-atomic.c b/misc/tst-atomic.c index 5537354def..04eff6eecd 100644 --- a/misc/tst-atomic.c +++ b/misc/tst-atomic.c @@ -16,7 +16,6 @@ License along with the GNU C Library; if not, see . */ -#ifndef __clang__ #include #include @@ -253,12 +252,4 @@ do_test (void) } #include -#else -#include -int -main (void) -{ - return EXIT_UNSUPPORTED; -} -#endif