Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel interna...
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 10 Sep 2007 22:27:15 +0000 (22:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 10 Sep 2007 22:27:15 +0000 (22:27 +0000)
commit479647105b2ad7d4016b04aefcf2021daed922a1
tree032768bd4999dc015372d0fe1f736ef469972204
parenteb2d0d232c7d9ba22c5e82d5b7413b2d647e6c9c
Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
aclocal.m4
build/aclocal/atomic_builtins.m4 [new file with mode: 0644]
configure
configure.in
include/wx/atomic.h
setup.h.in
setup.h_vms