Remove the Apple-specific atomic function implementations.
commit372f3178f8cf1d297d88a3c39a5e2b3c78903e86
authorChris Robinson <chris.kcat@gmail.com>
Sun, 9 Mar 2014 10:28:00 +0000 (9 03:28 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sun, 9 Mar 2014 10:28:00 +0000 (9 03:28 -0700)
treeec0e282c5ef936c4d1efacc88c0fc1588645e0f9
parent74f2864c74b08fc0035271de17d585312c20443e
Remove the Apple-specific atomic function implementations.

I'm not sure if they're even used, but they were rather ugly and are set to get
even uglier since they don't follow normal conventions (missing exchange, and
cas not returning the original value).
Alc/atomic.h