[all-commits] [llvm/llvm-project] 6f750c: [libc][unistd] Implement setsid (#125704)
Krishna Pandey via All-commits
all-commits at lists.llvm.org
Wed Feb 5 10:08:39 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f750cfb96c74426e002a8353ebd53fdf8a9714a
https://github.com/llvm/llvm-project/commit/6f750cfb96c74426e002a8353ebd53fdf8a9714a
Author: Krishna Pandey <47917477+krishna2803 at users.noreply.github.com>
Date: 2025-02-05 (Wed, 05 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
M libc/src/unistd/linux/CMakeLists.txt
A libc/src/unistd/linux/setsid.cpp
A libc/src/unistd/setsid.h
M libc/test/src/unistd/CMakeLists.txt
A libc/test/src/unistd/setsid_test.cpp
Log Message:
-----------
[libc][unistd] Implement setsid (#125704)
https://man7.org/linux/man-pages/man2/setsid.2.html
closes #124632
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