[all-commits] [llvm/llvm-project] ef4976: [libc][POSIX][unistd] implement getsid (#127341)

Zaky Hermawan via All-commits all-commits at lists.llvm.org
Wed Feb 19 14:26:40 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef49760fa94d1d75cf42b0666b2ee29f9b13d5a2
      https://github.com/llvm/llvm-project/commit/ef49760fa94d1d75cf42b0666b2ee29f9b13d5a2
  Author: Zaky Hermawan <44158147+ZakyHermawan at users.noreply.github.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M libc/config/linux/aarch64/entrypoints.txt
    M libc/config/linux/riscv/entrypoints.txt
    M libc/config/linux/x86_64/entrypoints.txt
    M libc/include/unistd.yaml
    M libc/src/unistd/CMakeLists.txt
    A libc/src/unistd/getsid.h
    M libc/src/unistd/linux/CMakeLists.txt
    A libc/src/unistd/linux/getsid.cpp
    M libc/test/src/unistd/CMakeLists.txt
    A libc/test/src/unistd/getsid_test.cpp

  Log Message:
  -----------
  [libc][POSIX][unistd] implement getsid (#127341)

Fixes https://github.com/llvm/llvm-project/issues/126603

---------

Signed-off-by: ZakyHermawan <zaky.hermawan9615 at gmail.com>



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