[libc-commits] [PATCH] D122327: [libc] Add implementations of fopen, flose, fread, fwrite and fseek.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Mar 23 21:20:51 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG441606f5ff8e: [libc] Add implementations of fopen, flose, fread, fwrite and fseek. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122327/new/
https://reviews.llvm.org/D122327
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/stdc.td
libc/src/stdio/CMakeLists.txt
libc/src/stdio/FILE.h
libc/src/stdio/fclose.cpp
libc/src/stdio/fclose.h
libc/src/stdio/fopen.cpp
libc/src/stdio/fopen.h
libc/src/stdio/fread.cpp
libc/src/stdio/fread.h
libc/src/stdio/fseek.cpp
libc/src/stdio/fseek.h
libc/src/stdio/fwrite.cpp
libc/src/stdio/fwrite.h
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/fileop_test.cpp
libc/test/src/stdio/fwrite_test.cpp
libc/test/src/stdio/testdata/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122327.417823.patch
Type: text/x-patch
Size: 17134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220324/8e72e945/attachment.bin>
More information about the libc-commits
mailing list