summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxenosys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 17:16:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-17 17:16:14 +0000
commit2209eecd36d391588773371077ee6b9f8adbb013 (patch)
tree9585da144618bd027918f8f94364a07752f4fe1e /testsuites/psxtests/psxenosys
parent2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-2209eecd36d391588773371077ee6b9f8adbb013.tar.bz2
2007-12-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* psxenosys/init.c: Fix typo.
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" );