[libc-commits] [PATCH] D135432: [libc] Add implementation of pthread_atfork.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Oct 10 11:28:19 PDT 2022


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

Fix typo in comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135432

Files:
  libc/config/linux/api.td
  libc/config/linux/x86_64/entrypoints.txt
  libc/include/CMakeLists.txt
  libc/include/llvm-libc-types/CMakeLists.txt
  libc/include/llvm-libc-types/__atfork_callback_t.h
  libc/spec/posix.td
  libc/src/__support/CMakeLists.txt
  libc/src/__support/fork_callbacks.cpp
  libc/src/__support/fork_callbacks.h
  libc/src/pthread/CMakeLists.txt
  libc/src/pthread/pthread_atfork.cpp
  libc/src/pthread/pthread_atfork.h
  libc/src/unistd/linux/CMakeLists.txt
  libc/src/unistd/linux/fork.cpp
  libc/test/integration/src/unistd/CMakeLists.txt
  libc/test/integration/src/unistd/fork_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135432.466568.patch
Type: text/x-patch
Size: 13486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221010/dba28b28/attachment-0001.bin>


More information about the libc-commits mailing list