File libatomic-ops-1.2-s390-fix.diff of Package libatomic-ops-devel
--- src/atomic_ops/sysdeps/gcc/s390.h-dist 2007-06-12 16:23:33.000000000 +0200 +++ src/atomic_ops/sysdeps/gcc/s390.h 2007-06-12 16:23:51.000000000 +0200 @@ -30,8 +30,8 @@ /* may be delayed. Otherwise everything is ordered. */ /* - There is a hardware compare-and-swap (CS) instruction. */ -#include "ordered_except_wr.h" -#include "all_aligned_atomic_load_store.h" +#include "../ordered_except_wr.h" +#include "../all_aligned_atomic_load_store.h" #include "../test_and_set_t_is_ao_t.h" /* FIXME: Is there a way to do byte-sized test-and-set? */