[libc-commits] [PATCH] D135131: [libc] Add a minimal implementation of the POSIX fork function.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 4 12:12:27 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGe3638e83db08: [libc] Add a minimal implementation of the POSIX fork function. (authored by sivachandra).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135131

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-macros/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/CMakeLists.txt
  libc/include/llvm-libc-macros/linux/sys-wait-macros.h
  libc/include/llvm-libc-macros/sys-wait-macros.h
  libc/include/sys/wait.h.def
  libc/spec/posix.td
  libc/src/sys/CMakeLists.txt
  libc/src/sys/wait/CMakeLists.txt
  libc/src/sys/wait/linux/CMakeLists.txt
  libc/src/sys/wait/linux/wait.cpp
  libc/src/sys/wait/wait.h
  libc/src/unistd/CMakeLists.txt
  libc/src/unistd/fork.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/fork.cpp
  libc/test/integration/src/CMakeLists.txt
  libc/test/integration/src/unistd/CMakeLists.txt
  libc/test/integration/src/unistd/fork_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135131.465111.patch
Type: text/x-patch
Size: 15080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221004/631ac2fa/attachment-0001.bin>


More information about the libc-commits mailing list