You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
381 B

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