Blame sysdeps/generic/fork.h

Packit Service 82fcde
/* Stub version of header for fork handling.  Mainly to handle pthread_atfork
Packit Service 82fcde
   and friends.  Outside dependencies:
Packit Service 82fcde
Packit Service 82fcde
   UNREGISTER_ATFORK
Packit Service 82fcde
     If defined it must expand to a function call which takes one void*
Packit Service 82fcde
     parameter which is the DSO handle for the DSO which gets unloaded.
Packit Service 82fcde
     The function so called has to remove the atfork handlers registered
Packit Service 82fcde
     by this module.  */