CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/12/03 12:44:22
Modified files: lib/libpthread/arch/i386: _atomic_lock.c lib/librthread/arch/i386: _atomic_lock.c Log message: Sync with amd64, to allow this to compile without warnings with gcc4: ``Correct the _atomic_lock() asm so that gcc accepts the constraints when compiling without optimization; fix copied from the kernel's atomic.h'' spotted by jim@