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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c
index 6ae7c1d856..e0927446f9 100644
--- a/testsuites/psxtests/psxenosys/init.c
+++ b/testsuites/psxtests/psxenosys/init.c
@@ -67,14 +67,6 @@ void *POSIX_Init(
sc = clock_getcpuclockid( 0, NULL );
check_enosys( sc );
- puts( "clock_getenable_attr -- ENOSYS" );
- sc = clock_getenable_attr( 0, NULL );
- check_enosys( sc );
-
- puts( "clock_setenable_attr -- ENOSYS" );
- sc = clock_setenable_attr( 0, 0 );
- check_enosys( sc );
-
puts( "execl -- ENOSYS" );
sc = execl( NULL, NULL, (char*)0 );
check_enosys( sc );