From c4a9f3f0795a787e55a3cdebb9928bae8261e48c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 3 Dec 2011 05:39:47 +0000 Subject: =?UTF-8?q?2011-12-03=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/src/aio_misc.c: Make rtems_aio_move_to_work, rtems_aio_insert_prio static. --- cpukit/posix/src/aio_misc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 fa731b8d90..1334e8fead 100644 --- a/cpukit/posix/src/aio_misc.c +++ b/cpukit/posix/src/aio_misc.c @@ -136,7 +136,7 @@ rtems_aio_search_fd (rtems_chain_control *chain, int fildes, int create) * NONE */ -void +static void rtems_aio_move_to_work (rtems_aio_request_chain *r_chain) { rtems_aio_request_chain *temp; @@ -169,7 +169,7 @@ rtems_aio_move_to_work (rtems_aio_request_chain *r_chain) * NONE */ -void +static void rtems_aio_insert_prio (rtems_chain_control *chain, rtems_aio_request *req) { rtems_chain_node *node; -- cgit v1.2.3