]> git.ipfire.org Git - thirdparty/glibc.git/blame - mach/spin-lock.c
2000-03-30 Roland McGrath <roland@baalperazim.frob.com>
[thirdparty/glibc.git] / mach / spin-lock.c
CommitLineData
28f540f4
RM
1#define _EXTERN_INLINE /* Empty to define the real functions. */
2#include "spin-lock.h"
3
4weak_alias (__spin_lock_init, spin_lock_init);
5weak_alias (__spin_lock_locked, spin_lock_locked);
6weak_alias (__spin_lock, spin_lock);
7weak_alias (__spin_unlock, spin_unlock);
8weak_alias (__spin_try_lock, spin_try_lock);