OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Philip Guenther (guenthercvs.openbsd.org)
Date: Mon Jun 01 2009 - 17:52:38 CDT


CVSROOT: /cvs
Module name: src
Changes by: guenthercvs.openbsd.org 2009/06/01 16:52:38

Modified files:
        lib/libpthread/arch/amd64: _atomic_lock.c
        lib/librthread/arch/amd64: _atomic_lock.c

Log message:
Correct the _atomic_lock() asm so that gcc accepts the constraints
when compiling without optimization; fix copied from the kernel's atomic.h

ok miod