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 21f60ad60..3744c08ad 100644
--- a/libpthread/nptl/pthread_key_create.c
+++ b/libpthread/nptl/pthread_key_create.c
@@ -23,7 +23,6 @@
int
-attribute_hidden
__pthread_key_create (
pthread_key_t *key,
void (*destr) (void *))