[libc-commits] [PATCH] D122327: [libc] Add implementations of fopen, flose, fread, fwrite and fseek.
    Siva Chandra via Phabricator via libc-commits 
    libc-commits at lists.llvm.org
       
    Wed Mar 23 16:37:03 PDT 2022
    
    
  
sivachandra updated this revision to Diff 417782.
sivachandra added a comment.
Qualify all uses of FILE with "::".
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122327/new/
https://reviews.llvm.org/D122327
Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/stdc.td
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/FILE.h
  libc/src/stdio/fclose.cpp
  libc/src/stdio/fclose.h
  libc/src/stdio/fopen.cpp
  libc/src/stdio/fopen.h
  libc/src/stdio/fread.cpp
  libc/src/stdio/fread.h
  libc/src/stdio/fseek.cpp
  libc/src/stdio/fseek.h
  libc/src/stdio/fwrite.cpp
  libc/src/stdio/fwrite.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/fileop_test.cpp
  libc/test/src/stdio/fwrite_test.cpp
  libc/test/src/stdio/testdata/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122327.417782.patch
Type: text/x-patch
Size: 17134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220323/ce57b2d0/attachment.bin>
    
    
More information about the libc-commits
mailing list