From 9329c3c49fe5f4cde9a84edd5b9b8f26ce38b76e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 2 Jan 2014 16:06:18 +0100 Subject: Revert "Fix glibc spinlock inclusion" This reverts commit 414e0bbabb6ac7a5cff148b927ec874dff922be1. It's these versions which would end up being installed. Some other way needs to be found, or else we'll have to just duplicate or move the content. --- sysdeps/mach/i386/bits/spin-lock-inline.h | 1 - sysdeps/mach/i386/bits/spin-lock.h | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sysdeps/mach/i386/bits/spin-lock-inline.h delete mode 100644 sysdeps/mach/i386/bits/spin-lock.h diff --git a/sysdeps/mach/i386/bits/spin-lock-inline.h b/sysdeps/mach/i386/bits/spin-lock-inline.h deleted file mode 100644 index 79cf753..0000000 --- a/sysdeps/mach/i386/bits/spin-lock-inline.h +++ /dev/null @@ -1 +0,0 @@ -#include <../../../sysdeps/i386/bits/spin-lock-inline.h> diff --git a/sysdeps/mach/i386/bits/spin-lock.h b/sysdeps/mach/i386/bits/spin-lock.h deleted file mode 100644 index ba73d15..0000000 --- a/sysdeps/mach/i386/bits/spin-lock.h +++ /dev/null @@ -1 +0,0 @@ -#include <../../../sysdeps/i386/bits/spin-lock.h> -- cgit v1.2.3