summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-08-30 12:21:32 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-08-30 12:21:32 +0000
commit80a7533ab6ad7ebfe8f4f364de15fa1bc56f7446 (patch)
tree54b6f07e49b74f8b0ce91c6bf841b57baf754986 /testsuites/psxtests/psxenosys
parent2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-80a7533ab6ad7ebfe8f4f364de15fa1bc56f7446.tar.bz2
2010-08-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxenosys/init.c, psxenosys/psxenosys.doc, psxenosys/psxenosys.scn: Remove devctl.
Diffstat (limited to 'testsuites/psxtests/psxenosys')
-rw-r--r--testsuites/psxtests/psxenosys/init.c5
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.doc1
-rw-r--r--testsuites/psxtests/psxenosys/psxenosys.scn1
3 files changed, 0 insertions, 7 deletions
diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c
index 76ecf00c0f..d7e4a8d7b2 100644
--- a/testsuites/psxtests/psxenosys/init.c
+++ b/testsuites/psxtests/psxenosys/init.c
@@ -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 );
diff --git a/testsuites/psxtests/psxenosys/psxenosys.doc b/testsuites/psxtests/psxenosys/psxenosys.doc
index 05ce951e1d..6b5e29c6f8 100644
--- a/testsuites/psxtests/psxenosys/psxenosys.doc
+++ b/testsuites/psxtests/psxenosys/psxenosys.doc
@@ -26,7 +26,6 @@ directives:
clock_getcpuclockid
clock_getenable_attr
clock_setenable_attr
- devctl
execl
execle
execlp
diff --git a/testsuites/psxtests/psxenosys/psxenosys.scn b/testsuites/psxtests/psxenosys/psxenosys.scn
index cfb0fcb22f..7d86278b24 100644
--- a/testsuites/psxtests/psxenosys/psxenosys.scn
+++ b/testsuites/psxtests/psxenosys/psxenosys.scn
@@ -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