//===-- Common defines for sharing LLVM libc with LLVM projects -*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
// Use system errno.
// LIBC_ERRNO_MODE != LIBC_ERRNO_MODE_SYSTEM_INLINE
// LIBC_ERRNO_MODE
// Use system fenv functions in math implementations.
// LIBC_MATH_USE_SYSTEM_FENV
// LIBC_NAMESPACE
// LLVM_LIBC_SHARED_LIBC_COMMON_H