[all-commits] [llvm/llvm-project] 453c85: [libc] Add implementation of errno and define the ...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Dec 9 13:36:14 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 453c85ff0f96048ea31037fed905ef6a06ac3fcc
https://github.com/llvm/llvm-project/commit/453c85ff0f96048ea31037fed905ef6a06ac3fcc
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2019-12-09 (Mon, 09 Dec 2019)
Changed paths:
M libc/config/linux/api.td
A libc/config/linux/errno.h.in
M libc/config/public_api.td
M libc/include/CMakeLists.txt
A libc/include/errno.h.def
M libc/lib/CMakeLists.txt
A libc/spec/linux.td
A libc/spec/posix.td
M libc/spec/stdc.td
M libc/src/CMakeLists.txt
A libc/src/errno/CMakeLists.txt
A libc/src/errno/errno_location.cpp
A libc/src/errno/errno_test.cpp
A libc/src/errno/llvmlibc_errno.h
Log Message:
-----------
[libc] Add implementation of errno and define the other macros of errno.h.
Reviewers: stanshebs, alexbrachet
Subscribers: mgorny, MaskRay, tschuett, libc-commits
Tags: #libc-project
Differential Revision: https://reviews.llvm.org/D71094
More information about the All-commits
mailing list