summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxenosys/init.c')
-rw-r--r--testsuites/psxtests/psxenosys/init.c5
1 files changed, 0 insertions, 5 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 );