[all-commits] [llvm/llvm-project] 8e35b3: [libc][POSIX][poll.h] implement poll (#125118)

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Wed Feb 5 13:25:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e35b3d29b35d854055503b213604138a4a17cb0
      https://github.com/llvm/llvm-project/commit/8e35b3d29b35d854055503b213604138a4a17cb0
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/aarch64/headers.txt
    M libc/config/linux/arm/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/config/linux/x86_64/headers.txt
    M libc/hdr/types/CMakeLists.txt
    A libc/hdr/types/nfds_t.h
    A libc/hdr/types/struct_pollfd.h
    M libc/include/CMakeLists.txt
    M libc/include/llvm-libc-macros/CMakeLists.txt
    M libc/include/llvm-libc-macros/linux/CMakeLists.txt
    A libc/include/llvm-libc-macros/linux/poll-macros.h
    A libc/include/llvm-libc-macros/poll-macros.h
    M libc/include/llvm-libc-types/CMakeLists.txt
    A libc/include/llvm-libc-types/nfds_t.h
    A libc/include/llvm-libc-types/struct_pollfd.h
    A libc/include/poll.h.def
    A libc/include/poll.yaml
    M libc/src/CMakeLists.txt
    A libc/src/poll/CMakeLists.txt
    A libc/src/poll/linux/CMakeLists.txt
    A libc/src/poll/linux/poll.cpp
    A libc/src/poll/poll.h
    M libc/test/src/CMakeLists.txt
    A libc/test/src/poll/CMakeLists.txt
    A libc/test/src/poll/poll_test.cpp

  Log Message:
  -----------
  [libc][POSIX][poll.h] implement poll (#125118)

Simple syscall.

Fixes: #124647



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list