[libc-commits] [PATCH] D136375: [libc] Add select.h and the implementation of the select function for Linux.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 21 20:17:58 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbe4e425758af: [libc] Add select.h and the implementation of the select function for Linux. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136375

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/linux/x86_64/headers.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/sys-select-macros.h
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/fd_set.h
  libc/include/sys/select.h.def
  libc/spec/linux.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/sys/CMakeLists.txt
  libc/src/sys/select/CMakeLists.txt
  libc/src/sys/select/linux/CMakeLists.txt
  libc/src/sys/select/linux/select.cpp
  libc/src/sys/select/select.h
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/select/CMakeLists.txt
  libc/test/src/sys/select/select_failure_test.cpp
  libc/test/src/sys/select/select_ui_test.cpp
  libc/test/src/sys/select/testdata/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136375.469852.patch
Type: text/x-patch
Size: 17338 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221022/7e581efd/attachment-0001.bin>


More information about the libc-commits mailing list