summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_getspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_getspecific.c')
-rw-r--r--libpthread/nptl/pthread_getspecific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_getspecific.c b/libpthread/nptl/pthread_getspecific.c
index 639a4fdeb..a00fe0bfc 100644
--- a/libpthread/nptl/pthread_getspecific.c
+++ b/libpthread/nptl/pthread_getspecific.c
@@ -21,8 +21,8 @@
#include "pthreadP.h"
-void *
attribute_protected
+void *
__pthread_getspecific (pthread_key_t key)
{
struct pthread_key_data *data;