[libc-commits] [PATCH] D137395: [libc] Add implementations of ftell.
    Tue Ly via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Mon Nov  7 10:46:36 PST 2022
    
    
  
lntue 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"];
 }
----------------
Is `off_t` being used any where in the patch? Or just definition to be included in the headers?
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