[libc-commits] [PATCH] D78184: [libc] Add write(2) implementation for Linux and FDReader test utility

Alex Brachet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 17 10:48:05 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5793c84925fa: [libc] Add write(2) implementation for Linux and FDReader test utility (authored by abrachet).
Herald added a project: libc-project.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78184

Files:
  libc/config/linux/api.td
  libc/include/CMakeLists.txt
  libc/include/__posix-types.h
  libc/include/unistd.h.def
  libc/lib/CMakeLists.txt
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/CMakeLists.txt
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/write.cpp
  libc/src/unistd/write.h
  libc/test/src/CMakeLists.txt
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/write_test.cpp
  libc/utils/testutils/CMakeLists.txt
  libc/utils/testutils/FDReader.h
  libc/utils/testutils/FDReaderUnix.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78184.258370.patch
Type: text/x-patch
Size: 11662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200417/7c99a0f2/attachment-0001.bin>


More information about the libc-commits mailing list