[libc-commits] [PATCH] D137395: [libc] Add implementations of ftell.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Nov 7 13:16:13 PST 2022
sivachandra updated this revision to Diff 473764.
sivachandra added a comment.
Remove off_t from spec and config for stdio.h as it is not used anymore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137395/new/
https://reviews.llvm.org/D137395
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/include/CMakeLists.txt
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.473764.patch
Type: text/x-patch
Size: 12131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/382f1a7f/attachment.bin>
More information about the libc-commits
mailing list