[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 09:22:03 PDT 2022


sivachandra updated this revision to Diff 465047.
sivachandra added a comment.

Fix typos and other copy-paste errors.


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.465047.patch
Type: text/x-patch
Size: 15080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221004/3124fc30/attachment.bin>


More information about the libc-commits mailing list