libpthread_spin-lock
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 17 Sep 2016 18:00:44 +0000 (18:00 +0000)
commit49b35b289ba98a7170844cd2acd2c6134c5d97ae
tree515aee7e9bfc3a0d88021fe9f54e5f741f6edfeb
parent0b366e537b7a657845d810452bce50060df15b3a
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/i386/bits/spin-lock-inline.h [deleted file]
libpthread/sysdeps/i386/bits/spin-lock.h [deleted file]
libpthread/sysdeps/mach/i386/bits/spin-lock-inline.h [new file with mode: 0644]
libpthread/sysdeps/mach/i386/bits/spin-lock.h [new file with mode: 0644]