[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 16:49:05 PDT 2022


sivachandra updated this revision to Diff 473472.
sivachandra added a comment.

Uploading a complete implementation of ftell and ftello.


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/src/stdio/ftello.cpp
  libc/src/stdio/ftello.h
  libc/test/src/__support/File/file_test.cpp
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/ftell_test.cpp
  libc/test/src/stdio/ftello_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137395.473472.patch
Type: text/x-patch
Size: 18196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221105/19e75c30/attachment.bin>


More information about the libc-commits mailing list