浏览代码

NPTL: remove attribute_protected from function

This fixes a linking error with f.e. Kodi. Code behaves like
glibc now.
Waldemar Brodkorb 2 周之前
父节点
当前提交
ee64907fe0
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      libpthread/nptl/pthread_key_create.c

+ 0 - 1
libpthread/nptl/pthread_key_create.c

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