From 49b35b289ba98a7170844cd2acd2c6134c5d97ae Mon Sep 17 00:00:00 2001 From: GNU Libc Maintainers Date: Sat, 17 Sep 2016 18:00:44 +0000 Subject: [PATCH] libpthread_spin-lock Move libpthread/sysdeps/i386/bits/spin-lock{,-inline}.h into libpthread/sysdeps/mach/i386/bits, otherwise the mach-generic versions will get included instead of the i386 generic versions, due to the glibc include ordering, which is different from the hurd tree include ordering. Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name libpthread_spin-lock.diff --- libpthread/sysdeps/{ => mach}/i386/bits/spin-lock-inline.h | 0 libpthread/sysdeps/{ => mach}/i386/bits/spin-lock.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename libpthread/sysdeps/{ => mach}/i386/bits/spin-lock-inline.h (100%) rename libpthread/sysdeps/{ => mach}/i386/bits/spin-lock.h (100%) diff --git a/libpthread/sysdeps/i386/bits/spin-lock-inline.h b/libpthread/sysdeps/mach/i386/bits/spin-lock-inline.h similarity index 100% rename from libpthread/sysdeps/i386/bits/spin-lock-inline.h rename to libpthread/sysdeps/mach/i386/bits/spin-lock-inline.h diff --git a/libpthread/sysdeps/i386/bits/spin-lock.h b/libpthread/sysdeps/mach/i386/bits/spin-lock.h similarity index 100% rename from libpthread/sysdeps/i386/bits/spin-lock.h rename to libpthread/sysdeps/mach/i386/bits/spin-lock.h -- 2.30.2