[libc-commits] [PATCH] D157821: [libc] add fileno function for Linux

Alfred Persson Forsberg via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Aug 15 13:53:47 PDT 2023


alfredfo added inline comments.


================
Comment at: libc/config/linux/x86_64/entrypoints.txt:430
     libc.src.stdio.fflush
+    libc.src.stdio.fileno
     libc.src.stdio.fopen
----------------
sivachandra wrote:
> Can we add this to the other configs also?
do you mean in config/linux/*every arch that works*/entrypoints.txt ? The get_fileno function is currently only implemented for Linux.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157821



More information about the libc-commits mailing list