about summary refs log tree commit diff
path: root/sysdeps/htl/pthread.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/htl/pthread.h')
-rw-r--r--sysdeps/htl/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/htl/pthread.h b/sysdeps/htl/pthread.h
index 0923ad0002..6bcf97d692 100644
--- a/sysdeps/htl/pthread.h
+++ b/sysdeps/htl/pthread.h
@@ -822,7 +822,7 @@ extern void *pthread_getspecific (pthread_key_t __key) __THROW;
 
 /* Set the caller thread's thread specific value of KEY to VALUE.  */
 extern int pthread_setspecific (pthread_key_t __key, const void *__value)
-	__THROW;
+	__THROW __attr_access_none (2);
 
 
 /* Dynamic package initialization.  */