diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-11 11:56:30 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-11 11:56:30 -0500 |
commit | 5452bffeefe076a12eeb04f784ef1209a4282038 (patch) | |
tree | 0a5ff8590386f72ce7a1af78056180292ec8e637 /nptl/ChangeLog | |
parent | daa891c0e8900d0f03c16fde9c09f8d6f9a26a7d (diff) | |
download | glibc-5452bffeefe076a12eeb04f784ef1209a4282038.tar glibc-5452bffeefe076a12eeb04f784ef1209a4282038.tar.gz glibc-5452bffeefe076a12eeb04f784ef1209a4282038.tar.bz2 glibc-5452bffeefe076a12eeb04f784ef1209a4282038.zip |
Fix warnings due to return in void functions
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 34f4ce17bd..0b7c5e7e78 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2012-01-11 Marek Polacek <polacek@redhat.com> + + * forward.c (FORWARD_NORETURN): Define macro. + (__pthread_unwind): Use FORWARD_NORETURN macro to avoid warning. + (__pthread_exit): Likewise. + 2012-01-10 Ulrich Drepper <drepper@gmail.com> * sysdeps/pthread/pthread.h: Add const attribute to pthread_equal. |