summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxenosys')
-rw-r--r--testsuites/psxtests/psxenosys/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxenosys/init.c b/testsuites/psxtests/psxenosys/init.c
index 1d5969a19b..6a0ed24c22 100644
--- a/testsuites/psxtests/psxenosys/init.c
+++ b/testsuites/psxtests/psxenosys/init.c
@@ -159,7 +159,7 @@ void *POSIX_Init(
check_enosys( sc );
puts( "sched_getscheduler -- ENOSYS" );
- sc = sched_setscheduler( 0, 0, NULL );
+ sc = sched_getscheduler( 0 );
check_enosys( sc );
puts( "wait -- ENOSYS" );