summaryrefslogtreecommitdiff
path: root/sysdeps/mach
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2005-02-08 14:42:03 +0000
committerNeal H. Walfield <neal@gnu.org>2005-02-08 14:42:03 +0000
commit925d7efa3ce2bae7a2e889a57e7337de4877ff75 (patch)
treefbfef8dfb267109cfc34fa3edc4fe1382688ced3 /sysdeps/mach
parentd5bd96ef227dbb794326a8d707d04c9ffcdb3969 (diff)
libpthread/
2005-02-08 Neal H. Walfield <neal@gnu.org> * sysdeps/mach/pt-spin.c (__pthread_spin_lock): Make a weak alias to _pthread_spin_lock. * sysdeps/posix/pt-spin.c (__pthread_spin_lock): Likewise.
Diffstat (limited to 'sysdeps/mach')
-rw-r--r--sysdeps/mach/pt-spin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/pt-spin.c b/sysdeps/mach/pt-spin.c
index 010faca8..d9a2a32a 100644
--- a/sysdeps/mach/pt-spin.c
+++ b/sysdeps/mach/pt-spin.c
@@ -1,5 +1,5 @@
/* Spin locks. Mach version.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -33,3 +33,4 @@ _pthread_spin_lock (__pthread_spinlock_t *lock)
}
weak_alias (_pthread_spin_lock, pthread_spin_lock);
+weak_alias (_pthread_spin_lock, __pthread_spin_lock);