blob: 84e111bb20930ddbbfc2a8407cea6fbad51d144d [file] [log] [blame]
//===-- Implementation of __errno_location --------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
thread_local int __llvmlibc_errno = 0;