mirror of
https://sourceware.org/git/glibc.git
synced 2025-11-15 15:21:18 +03:00
Both m68k and m68k-colfire do not support 64 bit atomis. The atomic_barrier syscall on m68k is a no-op, so it can use the compiler builtin. Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>