I just noticed that there is no clone() implementation in uClibc. The closest I can find is clone.S in libc/sysdeps/linux/i386, but it's commented out of the makefile. So what's the current status of clone()? Getting linuxthreads working with uClibc will be a little difficult without it. ;-) -Steve