/
GitCaptain
/
llvm-project
Обзор
Документация
Войти
/
GitCaptain
/
llvm-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
fix-tests
libc/src/errno/errno.cpp
9 строк
409 B
Siva Chandra Reddy
[libc] Make the errno macro resolve to the thread local variable directly.
04 мар 2022, 20:29
04 мар 2022, 20:29
dd33f9c
Код
Авторство
О чём код?
//===-- 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;