[all-commits] [llvm/llvm-project] be4e42: [libc] Add select.h and the implementation of the ...

Siva Chandra via All-commits all-commits at lists.llvm.org
Fri Oct 21 20:18:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be4e425758afb926c63eadcfa6bf054bc33c0e4c
      https://github.com/llvm/llvm-project/commit/be4e425758afb926c63eadcfa6bf054bc33c0e4c
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2022-10-22 (Sat, 22 Oct 2022)

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

  Log Message:
  -----------
  [libc] Add select.h and the implementation of the select function for Linux.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D136375




More information about the All-commits mailing list