forked from Imagelibrary/rtems
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/src/aio_misc.c: Make rtems_aio_move_to_work, rtems_aio_insert_prio static.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* posix/src/aio_misc.c: Make rtems_aio_move_to_work,
|
||||
rtems_aio_insert_prio static.
|
||||
|
||||
2011-12-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libcsupport/src/getgid.c: Include <unistd.h>.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user