Module Name: src Committed By: joerg Date: Wed Mar 16 12:39:44 UTC 2011
Modified Files: src/lib/libpthread: pthread_int.h Log Message: If TLS support is present, use it for pthread__self(). The initialisation order is correct in this case as _lwp_setprivate has been called already by ld.elf_so for dynamic programs or _libc_init for statically linked ones. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/lib/libpthread/pthread_int.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.