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

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 7 11:18:31 PDT 2022


michaelrj accepted this revision.
michaelrj added a comment.
This revision is now accepted and ready to land.

LGTM with nit



================
Comment at: libc/src/__support/fork_callbacks.cpp:29
+  // TODO: Replace this with block store when integration tests
+  // call use allocators.
+  ForkCallbackTriple list[CALLBACK_SIZE];
----------------
nit: "can"


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135432



More information about the libc-commits mailing list