From 2209eecd36d391588773371077ee6b9f8adbb013 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 17 Dec 2007 17:16:14 +0000 Subject: 2007-12-17 Joel Sherrill * psxenosys/init.c: Fix typo. --- testsuites/psxtests/psxenosys/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/psxtests/psxenosys') 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" ); -- cgit v1.2.3