Explorar el Código

NPTL: remove attribute_protected from function

This fixes a linking error with f.e. Kodi. Code behaves like
glibc now.
Waldemar Brodkorb hace 4 meses
padre
commit
ee64907fe0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 *))