From 6c22fa12cbf17bc403e24f80d72b143e9594ba8b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 20 Aug 2010 14:37:08 +0000 Subject: =?UTF-8?q?2010-08-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/include/rtems/posix/aio_misc.h: Add decl for aio_request_queue. * posix/src/aio_misc.c: Add aio_request_queue. --- cpukit/posix/src/aio_misc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/posix/src/aio_misc.c') diff --git a/cpukit/posix/src/aio_misc.c b/cpukit/posix/src/aio_misc.c index 52f732f287..1b3530748b 100644 --- a/cpukit/posix/src/aio_misc.c +++ b/cpukit/posix/src/aio_misc.c @@ -16,6 +16,8 @@ static void *rtems_aio_handle (void *arg); +rtems_aio_queue aio_request_queue; + /* * rtems_aio_init * -- cgit v1.2.3