[all-commits] [llvm/llvm-project] 995105: [libc] Add the POSIX waitpid function and the BSD ...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Wed Oct 5 00:39:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 995105de1b134e2b8bd393ea4caf9c93be41ea4d
https://github.com/llvm/llvm-project/commit/995105de1b134e2b8bd393ea4caf9c93be41ea4d
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M libc/config/linux/api.td
M libc/config/linux/x86_64/entrypoints.txt
M libc/include/CMakeLists.txt
M libc/include/llvm-libc-macros/linux/sys-wait-macros.h
M libc/include/llvm-libc-types/CMakeLists.txt
A libc/include/llvm-libc-types/struct_rusage.h
A libc/include/llvm-libc-types/struct_timeval.h
A libc/include/llvm-libc-types/suseconds_t.h
M libc/spec/bsd_ext.td
M libc/spec/posix.td
M libc/spec/spec.td
M libc/src/sys/wait/CMakeLists.txt
M libc/src/sys/wait/linux/CMakeLists.txt
A libc/src/sys/wait/linux/wait4.cpp
A libc/src/sys/wait/linux/waitpid.cpp
A libc/src/sys/wait/wait4.h
A libc/src/sys/wait/waitpid.h
M libc/test/integration/src/unistd/CMakeLists.txt
M libc/test/integration/src/unistd/fork_test.cpp
M libc/test/src/sys/CMakeLists.txt
A libc/test/src/sys/wait/CMakeLists.txt
A libc/test/src/sys/wait/wait4_test.cpp
A libc/test/src/sys/wait/waitpid_test.cpp
Log Message:
-----------
[libc] Add the POSIX waitpid function and the BSD wait4 function.
Reviewed By: lntue, michaelrj
Differential Revision: https://reviews.llvm.org/D135225
More information about the All-commits
mailing list