Blame sysdeps/generic/fork.h

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