diff --git a/libc/include/stdatomic.h b/libc/include/stdatomic.h index 3db25a78e..c1fdb1d01 100644 --- a/libc/include/stdatomic.h +++ b/libc/include/stdatomic.h @@ -58,7 +58,6 @@ /* included. The definitions in themselves see */ /* the old definition, as they should. */ /* Client code sees the following definition. */ - #define _Atomic(t) std::atomic using std::atomic_is_lock_free;