diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-20 02:38:48 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:29 +0200 |
commit | e9af4dfbd328e9f3bba235fdb2d1027dd2dbbcde (patch) | |
tree | 809a8b87c681a241920f31b6a72ec572fe1d0058 /libpthread/nptl/cleanup_routine.c | |
parent | 293173f87072bbc0cafc457d5d8a6039f4d1d259 (diff) |
fix a bunch of build warnings
Added attribute_noreturn even if it has return at the end of function
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/cleanup_routine.c')
-rw-r--r-- | libpthread/nptl/cleanup_routine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/cleanup_routine.c b/libpthread/nptl/cleanup_routine.c index cbf231834..54badf094 100644 --- a/libpthread/nptl/cleanup_routine.c +++ b/libpthread/nptl/cleanup_routine.c @@ -19,7 +19,7 @@ #include <pthread.h> - +void __pthread_cleanup_routine (struct __pthread_cleanup_frame *f); void __pthread_cleanup_routine (struct __pthread_cleanup_frame *f) { |