summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxreaddir/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxreaddir/test.c')
-rw-r--r--testsuites/psxtests/psxreaddir/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c
index f8615dc578..d5d6015367 100644
--- a/testsuites/psxtests/psxreaddir/test.c
+++ b/testsuites/psxtests/psxreaddir/test.c
@@ -156,7 +156,7 @@ int select2 ( struct dirent *entry )
return 0;
}
-int compare_ascending( struct dirent **a, struct dirent **b )
+int compare_ascending(const struct dirent **a, const struct dirent **b )
{
int i;
@@ -180,7 +180,7 @@ int compare_descending( struct dirent **a, struct dirent **b )
return i;
}
-int test_across_mount()
+void test_across_mount()
{
rtems_filesystem_mount_table_entry_t *mt_entry;
int status;