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, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_key_create.c b/libpthread/nptl/pthread_key_create.c
index 6e11bbeae..87999764e 100644
--- a/libpthread/nptl/pthread_key_create.c
+++ b/libpthread/nptl/pthread_key_create.c
@@ -22,7 +22,6 @@
int
-attribute_protected
__pthread_key_create (
pthread_key_t *key,
void (*destr) (void *))