diff options
Diffstat (limited to 'nptl/sysdeps/ia64/pthread_spin_unlock.c')
-rw-r--r-- | nptl/sysdeps/ia64/pthread_spin_unlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/ia64/pthread_spin_unlock.c b/nptl/sysdeps/ia64/pthread_spin_unlock.c index 90191880b7..6232764b13 100644 --- a/nptl/sysdeps/ia64/pthread_spin_unlock.c +++ b/nptl/sysdeps/ia64/pthread_spin_unlock.c @@ -26,4 +26,3 @@ pthread_spin_unlock (pthread_spinlock_t *lock) __sync_lock_release_si ((int *) lock); return 0; } -strong_alias (pthread_spin_unlock, pthread_spin_init) |