Hi,
I'm using the last (trunk) revision of OpenWrt. I performed some tests to
investigate if the uClibc 0.9.30.1 has a stable behaviour
with multithreading. I have a problem: if you execute this program,
#include
#include
#include
struct thrdata {
int thrnum;
pthread_t t;
} th[] = {
I have responded to the ticket and added proper patches for both 8.09
and trunk, both tested and working on an sflash router. Original 8.09
patch was missing one file change (linker inclusion for the new sflash.o
object) in patches/004-flash.patch, which would have caused a kernel
build failure du