[all-commits] [llvm/llvm-project] 2a038f: [libc] Add stdin definition.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Oct 21 20:27:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a038f91387c7fc476db83eb04a614c3a1e94e15
https://github.com/llvm/llvm-project/commit/2a038f91387c7fc476db83eb04a614c3a1e94e15
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-22 (Sat, 22 Oct 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/__support/File/file.h
M libc/src/__support/File/linux_file.cpp
M libc/src/stdio/CMakeLists.txt
A libc/src/stdio/stdin.cpp
A libc/src/stdio/stdin.h
Log Message:
-----------
[libc] Add stdin definition.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D136398
More information about the All-commits
mailing list