[libc-commits] [PATCH] D123986: [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Apr 20 08:40:02 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG945e0220fd6f: [libc] Add GNU extention functions fread_unlocked and fwrite_unlocked. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123986

Files:
  libc/config/linux/x86_64/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/spec/stdc.td
  libc/src/__support/File/file.cpp
  libc/src/__support/File/file.h
  libc/src/stdio/CMakeLists.txt
  libc/src/stdio/flockfile.cpp
  libc/src/stdio/flockfile.h
  libc/src/stdio/fread_unlocked.cpp
  libc/src/stdio/fread_unlocked.h
  libc/src/stdio/funlockfile.cpp
  libc/src/stdio/funlockfile.h
  libc/src/stdio/fwrite_unlocked.cpp
  libc/src/stdio/fwrite_unlocked.h
  libc/test/src/stdio/CMakeLists.txt
  libc/test/src/stdio/unlocked_fileop_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123986.423920.patch
Type: text/x-patch
Size: 15746 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220420/8d403beb/attachment.bin>


More information about the libc-commits mailing list