diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-06 04:16:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-15 01:49:31 +0200 |
commit | ee64907fe096304ecbc25117921124dde7825efb (patch) | |
tree | 62bc79b8a957626ad6e263d22931167343f4c570 | |
parent | cafc862065049318c73ddc7418fc6bccdee8663d (diff) |
This fixes a linking error with f.e. Kodi. Code behaves like
glibc now.
-rw-r--r-- | libpthread/nptl/pthread_key_create.c | 1 |
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 *)) |