summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_setspecific.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_setspecific.c')
-rw-r--r--libpthread/nptl/pthread_setspecific.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_setspecific.c b/libpthread/nptl/pthread_setspecific.c
index 8e24be723..13b24dcfa 100644
--- a/libpthread/nptl/pthread_setspecific.c
+++ b/libpthread/nptl/pthread_setspecific.c
@@ -23,6 +23,7 @@
int
+attribute_protected
__pthread_setspecific (
pthread_key_t key,
const void *value)