Module Name: src Committed By: joerg Date: Fri Mar 2 23:19:48 UTC 2012
Modified Files: src/lib/libpthread/arch/i386: pthread_md.h Log Message: Avoid getcontext() as it triggers clobbering warnings. Use inline assembler to get the fields directly. Saves a system call as side effect. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libpthread/arch/i386/pthread_md.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.