[libc-commits] [PATCH] D133748: [libc] Add POSIX functions dup, dup2, and GNU extension function dup3.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Sep 13 11:06:40 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG8989aa003f3d: [libc] Add POSIX functions dup, dup2, and GNU extension function dup3. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133748

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/llvm-libc-macros/linux/fcntl-macros.h
  libc/spec/gnu_ext.td
  libc/spec/posix.td
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/dup.h
  libc/src/unistd/dup2.h
  libc/src/unistd/dup3.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/dup.cpp
  libc/src/unistd/linux/dup2.cpp
  libc/src/unistd/linux/dup3.cpp
  libc/test/src/unistd/CMakeLists.txt
  libc/test/src/unistd/dup2_test.cpp
  libc/test/src/unistd/dup3_test.cpp
  libc/test/src/unistd/dup_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133748.459816.patch
Type: text/x-patch
Size: 19101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220913/88cd8ac2/attachment-0001.bin>


More information about the libc-commits mailing list