fix inconsistency in a_and and a_or argument types on x86[_64]
authorRich Felker <dalias@aerifal.cx>
Wed, 20 May 2015 04:17:35 +0000 (00:17 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 May 2015 04:17:35 +0000 (00:17 -0400)
commitc648cefb27984db60474ec1747cbfde83c2856d0
treec21f84ead60afcc5854eacb5fd82702c875670f9
parent390f93ef69153bf2087fcf3baa1776ad9a6765ab
fix inconsistency in a_and and a_or argument types on x86[_64]

conceptually, and on other archs, these functions take a pointer to
int, but in the i386, x86_64, and x32 versions of atomic.h, they took
a pointer to void instead.
arch/i386/atomic.h
arch/x32/atomic.h
arch/x86_64/atomic.h