2012-01-10 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/pthread/pthread.h: Add const attribute to pthread_equal.
+
* pthreadP.h: Add noreturn to __pthread_exit.
* sysdeps/pthread/pthread-functions.h: Likewise for ptr___pthread_exit.
extern pthread_t pthread_self (void) __THROW __attribute__ ((__const__));
/* Compare two thread identifiers. */
-extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) __THROW;
+extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
+ __THROW __attribute__ ((__const__));
/* Thread attribute handling. */