summaryrefslogtreecommitdiff
path: root/resolv/gai_misc.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-04-21 18:41:05 +0000
committerAndreas Jaeger <aj@suse.de>2001-04-21 18:41:05 +0000
commit159a2e1a65da49f65f7acd8147bebc247e904d81 (patch)
tree7b96beb3c7384d71bfa85518c122080d7a74b2dd /resolv/gai_misc.c
parente6dcf35202903067d84f0da7ee997679ccf293c6 (diff)
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.
Diffstat (limited to 'resolv/gai_misc.c')
-rw-r--r--resolv/gai_misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c
index b69a8f6578..ace4376b3e 100644
--- a/resolv/gai_misc.c
+++ b/resolv/gai_misc.c
@@ -281,6 +281,7 @@ __gai_enqueue_request (struct gaicb *gaicbp)
static void *
+__attribute__ ((noreturn))
handle_requests (void *arg)
{
struct requestlist *runp = (struct requestlist *) arg;