Sign in
fuchsia
/
fuchsia
/
refs/heads/main
/
.
/
src
/
lib
/
android
/
bionic_compat
/
include
/
stdatomic.h
blob: 3818e24018347d5b507257f80494d85a0a8c5e32 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include
<atomic>
using
atomic_bool
=
std
::
atomic_bool
;