diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-10 19:37:35 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-10 19:37:35 -0500 |
commit | 8898f02074fc1c6a461ee19a817b482b9ffca639 (patch) | |
tree | 9127acb3e2136cad59a87d7a1a155d8df8f2c78b /nptl/ChangeLog | |
parent | 356fa562ec9ac9cb16719396e85ddd044b3c6ebc (diff) | |
download | glibc-8898f02074fc1c6a461ee19a817b482b9ffca639.tar.gz glibc-8898f02074fc1c6a461ee19a817b482b9ffca639.tar.xz glibc-8898f02074fc1c6a461ee19a817b482b9ffca639.zip |
Add const attribute to pthread_equal
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index fdc00d784f..34f4ce17bd 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,5 +1,7 @@ 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. |