Remove pidfd_open call handling and rely on PIDFD_SELF

This commit is contained in:
Slobodan Predolac 2025-08-26 15:15:08 -07:00 committed by Guangli Dai
parent 9442300cc3
commit 5d5f76ee01
4 changed files with 11 additions and 35 deletions

View file

@ -4535,7 +4535,6 @@ jemalloc_postfork_child(void) {
malloc_mutex_postfork_child(tsd_tsdn(tsd), &arenas_lock);
tcache_postfork_child(tsd_tsdn(tsd));
ctl_postfork_child(tsd_tsdn(tsd));
pages_postfork_child();
}
/******************************************************************************/