forked from Imagelibrary/rtems
2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO submission.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
|
||||
submission.
|
||||
|
||||
2010-08-19 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* COPYRIGHT (c) 1989-2009.
|
||||
* COPYRIGHT (c) 1989-2010.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
@@ -52,26 +52,10 @@ void *POSIX_Init(
|
||||
|
||||
puts( "\n\n*** POSIX TEST -- ENOSYS ***" );
|
||||
|
||||
puts( "aio_read -- ENOSYS" );
|
||||
sc = aio_read( NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
puts( "aio_write -- ENOSYS" );
|
||||
sc = aio_write( NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
puts( "lio_listio -- ENOSYS" );
|
||||
sc = lio_listio( 0, NULL, 0, NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
puts( "aio_error -- ENOSYS" );
|
||||
sc = aio_error( NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
puts( "aio_return -- ENOSYS" );
|
||||
sc = aio_return( NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
puts( "aio_cancel -- ENOSYS" );
|
||||
sc = aio_cancel( 0, NULL );
|
||||
check_enosys( sc );
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
*** POSIX TEST -- ENOSYS ***
|
||||
aio_read -- ENOSYS
|
||||
aio_write -- ENOSYS
|
||||
lio_listio -- ENOSYS
|
||||
aio_error -- ENOSYS
|
||||
aio_return -- ENOSYS
|
||||
aio_cancel -- ENOSYS
|
||||
aio_suspend -- ENOSYS
|
||||
aio_fsync -- ENOSYS
|
||||
|
||||
Reference in New Issue
Block a user