[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
Mon Sep 12 23:24:25 PDT 2022
sivachandra created this revision.
sivachandra added reviewers: michaelrj, lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133748
Files:
libc/config/linux/x86_64/entrypoints.txt
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.459652.patch
Type: text/x-patch
Size: 18051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220913/a15f50d1/attachment.bin>
More information about the libc-commits
mailing list