[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:39:26 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG43e52ad553cb: [libc] Add implementations of ftell. (authored by sivachandra).

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.473773.patch
Type: text/x-patch
Size: 12131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221107/c2aeb4b8/attachment.bin>


More information about the libc-commits mailing list