util/u_atomic: remove unnecessaty __atomic functions
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 18 Sep 2017 19:24:34 +0000 (22:24 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 22 Sep 2017 14:12:24 +0000 (17:12 +0300)
commit16e884d9e34ffe2c50d182297028e52b06275fa1
tree3e178e1ca79e3ee27139c06d006c7e4aae343f98
parent2ef7f23820a67e958c2252bd81eb0458903ebf33
util/u_atomic: remove unnecessaty __atomic functions

They are now provided by -latomic, which should be linked as needed
since previous commit.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/util/u_atomic.c