From 0ca3af6b85396616d94afdb03337eddb93783327 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 20 Aug 2010 13:32:28 +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: Remove rtems_aio_request_s, rtems_aio_request_chain_s, rtems_aio_queue_s; --- cpukit/posix/include/rtems/posix/aio_misc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/posix') diff --git a/cpukit/posix/include/rtems/posix/aio_misc.h b/cpukit/posix/include/rtems/posix/aio_misc.h index 095d507a1c..d1d072aa17 100644 --- a/cpukit/posix/include/rtems/posix/aio_misc.h +++ b/cpukit/posix/include/rtems/posix/aio_misc.h @@ -27,7 +27,7 @@ extern "C" #endif /* Actual request being processed */ - typedef struct rtems_aio_request_s + typedef struct { int policy; /* If _POSIX_PRIORITIZED_IO and _POSIX_PRIORITY_SCHEDULING are defined */ @@ -37,7 +37,7 @@ extern "C" struct aiocb *aiocbp; /* aio control block */ } rtems_aio_request; - typedef struct rtems_aio_request_chain_s + typedef struct { int fildes; /* file descriptor to be processed */ int new_fd; /* if this is a newly created chain */ @@ -48,7 +48,7 @@ extern "C" } rtems_aio_request_chain; - typedef struct rtems_aio_queue_s + typedef struct { pthread_mutex_t mutex; pthread_cond_t new_req; -- cgit v1.2.3