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
parent 6790c57953
commit 101513b526
4 changed files with 11 additions and 35 deletions

View file

@ -127,6 +127,5 @@ bool pages_boot(void);
void pages_set_thp_state(void *ptr, size_t size);
void pages_mark_guards(void *head, void *tail);
void pages_unmark_guards(void *head, void *tail);
void pages_postfork_child(void);
#endif /* JEMALLOC_INTERNAL_PAGES_EXTERNS_H */