diff options
Diffstat (limited to 'mach/spin-lock.c')
-rw-r--r-- | mach/spin-lock.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mach/spin-lock.c b/mach/spin-lock.c deleted file mode 100644 index aaebc55cf4..0000000000 --- a/mach/spin-lock.c +++ /dev/null @@ -1,8 +0,0 @@ -#define _EXTERN_INLINE /* Empty to define the real functions. */ -#include "spin-lock.h" - -weak_alias (__spin_lock_init, spin_lock_init); -weak_alias (__spin_lock_locked, spin_lock_locked); -weak_alias (__spin_lock, spin_lock); -weak_alias (__spin_unlock, spin_unlock); -weak_alias (__spin_try_lock, spin_try_lock); |