Hi, while trying to compile perl with uclicbc new linuxthread at arm. I run into the problem that pthread_atfork is no available. The problem was that it was synced with the glibc version. Which has compat ifdefs we do not need at uclibc. The inital checked in version is the right and works. So either revert the commit 2 years ago or patch it with the patch attached I made for openembedded. PS: khem promised me to check in my linuxthread arm work afte the nptl merge
Created attachment 15 [details] pthread_atfork.patch
I've applied this to the 0_9_30 branch only for now. Thanks!