This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add implementation of pthread_atfork.
ClosedPublic

Authored by sivachandra on Oct 7 2022, 1:39 AM.

Diff Detail

Event Timeline

sivachandra created this revision.Oct 7 2022, 1:39 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 7 2022, 1:39 AM
sivachandra requested review of this revision.Oct 7 2022, 1:39 AM
michaelrj accepted this revision.Oct 7 2022, 11:18 AM

LGTM with nit

libc/src/__support/fork_callbacks.cpp
30

nit: "can"

This revision is now accepted and ready to land.Oct 7 2022, 11:18 AM

Fix typo in comment.

This revision was landed with ongoing or failed builds.Oct 10 2022, 11:28 AM
This revision was automatically updated to reflect the committed changes.