musl/arch
Rich Felker 90e51e45f5 clean up unused and inconsistent atomics in arch dirs
the a_cas_l, a_swap_l, a_swap_p, and a_store_l operations were
probably used a long time ago when only i386 and x86_64 were
supported. as other archs were added, support for them was
inconsistent, and they are obviously not in use at present. having
them around potentially confuses readers working on new ports, and the
type-punning hacks and inconsistent use of types in their definitions
is not a style I wish to perpetuate in the source tree, so removing
them seems appropriate.
2014-07-27 21:50:24 -04:00
..
arm clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
i386 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
microblaze clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
mips clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
or1k add syscall numbers for the new renameat2 syscall 2014-07-20 18:42:21 +02:00
powerpc clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
sh clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
x32 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00
x86_64 clean up unused and inconsistent atomics in arch dirs 2014-07-27 21:50:24 -04:00