against 11293 just needs this part.. --- thread.h 2001/07/05 13:05:44 1.1.1.9 +++ thread.h 2001/07/12 06:41:58 @@ -302,6 +302,9 @@ } STMT_END #endif +void Perl_atfork_lock(void); +void Perl_atfork_unlock(void); + #ifndef PTHREAD_ATFORK # define PTHREAD_ATFORK(prepare,parent,child) \ pthread_atfork(prepare,parent,child)Thread Previous