diff options
Diffstat (limited to 'libpthread/nptl/pthread_setspecific.c')
-rw-r--r-- | libpthread/nptl/pthread_setspecific.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_setspecific.c b/libpthread/nptl/pthread_setspecific.c index 8e24be723..0f24d6879 100644 --- a/libpthread/nptl/pthread_setspecific.c +++ b/libpthread/nptl/pthread_setspecific.c @@ -23,6 +23,7 @@ int +attribute_hidden __pthread_setspecific ( pthread_key_t key, const void *value) |