2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* psxenosys/init.c, psxenosys/psxenosys.doc,
	psxenosys/psxenosys.scn: Remove devctl.
This commit is contained in:
Ralf Corsepius
2010-08-30 12:21:32 +00:00
parent 8534b0e5a2
commit 80a7533ab6
3 changed files with 0 additions and 7 deletions

View File

@@ -23,7 +23,6 @@
#include <aio.h>
#include <time.h>
#include <devctl.h>
#include <unistd.h>
#include <sched.h>
@@ -72,10 +71,6 @@ void *POSIX_Init(
sc = clock_setenable_attr( 0, 0 );
check_enosys( sc );
puts( "devctl -- ENOSYS" );
sc = devctl( 0, NULL, 0, NULL );
check_enosys( sc );
puts( "execl -- ENOSYS" );
sc = execl( NULL, NULL, (char*)0 );
check_enosys( sc );

View File

@@ -26,7 +26,6 @@ directives:
clock_getcpuclockid
clock_getenable_attr
clock_setenable_attr
devctl
execl
execle
execlp

View File

@@ -4,7 +4,6 @@ aio_suspend -- ENOSYS
clock_getcpuclockid -- ENOSYS
clock_getenable_attr -- ENOSYS
clock_setenable_attr -- ENOSYS
devctl -- ENOSYS
execl -- ENOSYS
execle -- ENOSYS
execlp -- ENOSYS