about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-11 11:56:30 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-11 11:56:30 -0500
commit5452bffeefe076a12eeb04f784ef1209a4282038 (patch)
tree0a5ff8590386f72ce7a1af78056180292ec8e637 /nptl/ChangeLog
parentdaa891c0e8900d0f03c16fde9c09f8d6f9a26a7d (diff)
downloadglibc-5452bffeefe076a12eeb04f784ef1209a4282038.tar.gz
glibc-5452bffeefe076a12eeb04f784ef1209a4282038.tar.xz
glibc-5452bffeefe076a12eeb04f784ef1209a4282038.zip
Fix warnings due to return in void functions
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog6
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.