diff options
Diffstat (limited to 'nptl/pthread_rwlock_destroy.c')
-rw-r--r-- | nptl/pthread_rwlock_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/pthread_rwlock_destroy.c b/nptl/pthread_rwlock_destroy.c index 7faf0c3757..bc956e450f 100644 --- a/nptl/pthread_rwlock_destroy.c +++ b/nptl/pthread_rwlock_destroy.c @@ -29,4 +29,4 @@ __pthread_rwlock_destroy (rwlock) /* Nothing to be done. For now. */ return 0; } -strong_alias (__pthread_rwlock_destroy, pthread_rwlock_destroy) +weak_alias (__pthread_rwlock_destroy, pthread_rwlock_destroy) |