diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-01-02 16:06:18 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-01-02 16:06:18 +0100 |
commit | 9329c3c49fe5f4cde9a84edd5b9b8f26ce38b76e (patch) | |
tree | dfdb1dd982152afb35933eca6a0ae5b0db70e14c | |
parent | 414e0bbabb6ac7a5cff148b927ec874dff922be1 (diff) |
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.
-rw-r--r-- | sysdeps/mach/i386/bits/spin-lock-inline.h | 1 | ||||
-rw-r--r-- | sysdeps/mach/i386/bits/spin-lock.h | 1 |
2 files changed, 0 insertions, 2 deletions
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> |