mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +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:
@ -281,6 +281,7 @@ __gai_enqueue_request (struct gaicb *gaicbp)
|
||||
|
||||
|
||||
static void *
|
||||
__attribute__ ((noreturn))
|
||||
handle_requests (void *arg)
|
||||
{
|
||||
struct requestlist *runp = (struct requestlist *) arg;
|
||||
|
Reference in New Issue
Block a user