projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02176ff
)
Add weak aliases for all spin-lock.h functions.
author
roland
<roland>
Thu, 26 Jan 1995 04:15:58 +0000
(
04:15
+0000)
committer
roland
<roland>
Thu, 26 Jan 1995 04:15:58 +0000
(
04:15
+0000)
mach/spin-lock.c
patch
|
blob
|
history
diff --git
a/mach/spin-lock.c
b/mach/spin-lock.c
index
740f97c
..
aaebc55
100644
(file)
--- a/
mach/spin-lock.c
+++ b/
mach/spin-lock.c
@@
-1,2
+1,8
@@
#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);