blob: f1eeb86567278fce4e303e05657a5a001924c4aa [file] [log] [blame]
/*
* Copyright 2019 The Hafnium Authors.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/BSD-3-Clause.
*/
#pragma once
/*
* Empty file to make Android Clang stdatomic.h happy. It includes this internal
* glibc header which we don't have, but doesn't actually need it.
* TODO: Investigate why Android have replaced the upstream Clang version of
* stdatomic.h with one that appears to be from FreeBSD, possibly via Bionic, in
* their prebuilt version of Clang. If we can just use the upstream Clang we can
* probably remove this workaround.
*/