[all-commits] [llvm/llvm-project] 4eea88: [libc] Add implementation of setbuf and setvbuf.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Nov 4 00:15:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4eea884959498b283335f18fc7899ba022bcb881
https://github.com/llvm/llvm-project/commit/4eea884959498b283335f18fc7899ba022bcb881
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/spec/stdc.td
M libc/src/__support/File/file.cpp
M libc/src/__support/File/file.h
M libc/src/stdio/CMakeLists.txt
A libc/src/stdio/setbuf.cpp
A libc/src/stdio/setbuf.h
A libc/src/stdio/setvbuf.cpp
A libc/src/stdio/setvbuf.h
M libc/test/src/stdio/CMakeLists.txt
A libc/test/src/stdio/setbuf_test.cpp
A libc/test/src/stdio/setvbuf_test.cpp
M libc/utils/HdrGen/PrototypeTestGen/PrototypeTestGen.cpp
Log Message:
-----------
[libc] Add implementation of setbuf and setvbuf.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D137356
More information about the All-commits
mailing list