diff options
Diffstat (limited to 'rt/aio_misc.c')
-rw-r--r-- | rt/aio_misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/aio_misc.c b/rt/aio_misc.c index 46f77b272b..1026e061c8 100644 --- a/rt/aio_misc.c +++ b/rt/aio_misc.c @@ -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 (); |