[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:17:46 PST 2022


sivachandra added inline comments.


================
Comment at: libc/config/linux/api.td:160
   ];
-  let Types = ["size_t", "FILE", "cookie_io_functions_t"];
+  let Types = ["off_t", "size_t", "FILE", "cookie_io_functions_t"];
 }
----------------
lntue wrote:
> Is `off_t` being used any where in the patch? Or just definition to be included in the headers?
Ah yes! Removed now, from here and from `spec/posix.td`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137395/new/

https://reviews.llvm.org/D137395



More information about the libc-commits mailing list