Hi, It seems this commit is missing something.
It adds pt-tempname.c to Makefile.commonarch. (see below) However in my checkout from a few days ago this file does not seem to exist. Also it is not in http://git.uclibc.org/uClibc/tree/libpthread/nptl/sysdeps/unix/sysv/linux(where I somewhat expected to find this). Frans. --- a/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch<http://git.uclibc.org/uClibc/tree/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch?id=1ea3c5e6f11b91466546020f4e9ec13d1ab81be3> +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch<http://git.uclibc.org/uClibc/tree/libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch?id=bd3c1a2495cbcb51b606f8e4892fcd127f91e645> @@ -62,7 +62,7 @@ libpthread_linux_CSRC += pthread_attr_getaffinity.c pthread_attr_setaffinity.c \ pthread_getcpuclockid.c pthread_kill.c \ pthread_mutex_cond_lock.c pthread_yield.c \ sem_post.c sem_timedwait.c sem_trywait.c sem_wait.c \ - pt-fork.c pt-sleep.c pthread_sigqueue.c \ + pt-fork.c pt-sleep.c pthread_sigqueue.c pt-tempname.c \ sigtimedwait.c sigwaitinfo.c sigwait.c \ lowlevellock.c lowlevelrobustlock.c _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
