[libc] Add stdin definition.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 20 Oct 2022 23:44:13 +0000 (23:44 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Sat, 22 Oct 2022 03:27:31 +0000 (03:27 +0000)
commit2a038f91387c7fc476db83eb04a614c3a1e94e15
tree705f3cb1b45f5d0ff0dd9fbc754b11c27e3a4b10
parentbe4e425758afb926c63eadcfa6bf054bc33c0e4c
[libc] Add stdin definition.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D136398
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/__support/File/file.h
libc/src/__support/File/linux_file.cpp
libc/src/stdio/CMakeLists.txt
libc/src/stdio/stdin.cpp [new file with mode: 0644]
libc/src/stdio/stdin.h [new file with mode: 0644]