summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-06 04:16:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-15 01:49:31 +0200
commitee64907fe096304ecbc25117921124dde7825efb (patch)
tree62bc79b8a957626ad6e263d22931167343f4c570
parentcafc862065049318c73ddc7418fc6bccdee8663d (diff)
NPTL: remove attribute_protected from functionHEADmaster
This fixes a linking error with f.e. Kodi. Code behaves like glibc now.
-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 *))