summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_key_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_key_create.c')
-rw-r--r--libpthread/nptl/pthread_key_create.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_key_create.c b/libpthread/nptl/pthread_key_create.c
index 3744c08ad..d3c1d2662 100644
--- a/libpthread/nptl/pthread_key_create.c
+++ b/libpthread/nptl/pthread_key_create.c
@@ -23,6 +23,7 @@
int
+attribute_protected
__pthread_key_create (
pthread_key_t *key,
void (*destr) (void *))