[libc-commits] [PATCH] D135225: [libc] Add the POSIX waitpid function and the BSD wait4 function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Oct 5 00:39:47 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG995105de1b13: [libc] Add the POSIX waitpid function and the BSD wait4 function. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135225/new/

https://reviews.llvm.org/D135225

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/sys-wait-macros.h
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/struct_rusage.h
  libc/include/llvm-libc-types/struct_timeval.h
  libc/include/llvm-libc-types/suseconds_t.h
  libc/spec/bsd_ext.td
  libc/spec/posix.td
  libc/spec/spec.td
  libc/src/sys/wait/CMakeLists.txt
  libc/src/sys/wait/linux/CMakeLists.txt
  libc/src/sys/wait/linux/wait4.cpp
  libc/src/sys/wait/linux/waitpid.cpp
  libc/src/sys/wait/wait4.h
  libc/src/sys/wait/waitpid.h
  libc/test/integration/src/unistd/CMakeLists.txt
  libc/test/integration/src/unistd/fork_test.cpp
  libc/test/src/sys/CMakeLists.txt
  libc/test/src/sys/wait/CMakeLists.txt
  libc/test/src/sys/wait/wait4_test.cpp
  libc/test/src/sys/wait/waitpid_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135225.465301.patch
Type: text/x-patch
Size: 19130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221005/5d061866/attachment-0001.bin>


More information about the libc-commits mailing list