[libc-commits] [PATCH] D137395: [libc] Add implementations of ftell and ftello.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sat Nov 5 19:44:38 PDT 2022
sivachandra updated this revision to Diff 473476.
sivachandra added a comment.
Remove ftello - we will add it when we are more prepared to deal with
off_t variances.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137395/new/
https://reviews.llvm.org/D137395
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
libc/spec/posix.td
libc/spec/stdc.td
libc/src/__support/File/file.cpp
libc/src/__support/File/file.h
libc/src/__support/File/linux_file.cpp
libc/src/stdio/CMakeLists.txt
libc/src/stdio/fopencookie.cpp
libc/src/stdio/ftell.cpp
libc/src/stdio/ftell.h
libc/test/src/__support/File/file_test.cpp
libc/test/src/stdio/CMakeLists.txt
libc/test/src/stdio/ftell_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137395.473476.patch
Type: text/x-patch
Size: 12902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221106/85e61187/attachment.bin>
More information about the libc-commits
mailing list