lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #define _EXTERN_INLINE /* Empty to define the real functions. */ |
2 | #include "spin-lock.h" | ||||
3 | |||||
4 | weak_alias (__spin_lock_init, spin_lock_init); | ||||
5 | weak_alias (__spin_lock_locked, spin_lock_locked); | ||||
6 | weak_alias (__spin_lock, spin_lock); | ||||
7 | weak_alias (__spin_unlock, spin_unlock); | ||||
8 | weak_alias (__spin_try_lock, spin_try_lock); |