mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
* manager.c (__pthread_manager): Add noreturn attribute. (pthread_start_thread): Likewise, remove return statement. (pthread_start_thread_event): Likewise. Add noreturn attribute for pthread_handle_exit. * weaks.c: Add noreturn attribute for pthread_exit.
This commit is contained in:
@@ -454,6 +454,7 @@ __aio_enqueue_request (aiocb_union *aiocbp, int operation)
|
||||
|
||||
|
||||
static void *
|
||||
__attribute__ ((noreturn))
|
||||
handle_fildes_io (void *arg)
|
||||
{
|
||||
pthread_t self = pthread_self ();
|
||||
|
Reference in New Issue
Block a user