Browse Source

NPTL: remove attribute_protected from function

This fixes a linking error with f.e. Kodi. Code behaves like
glibc now.
Waldemar Brodkorb 1 week ago
parent
commit
ee64907fe0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      libpthread/nptl/pthread_key_create.c

+ 0 - 1
libpthread/nptl/pthread_key_create.c

@@ -22,7 +22,6 @@
 
 
 int
-attribute_protected
 __pthread_key_create (
      pthread_key_t *key,
      void (*destr) (void *))