summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-07-27 17:29:02 -0500
committerJoel Sherrill <joel@rtems.org>2017-07-27 17:29:02 -0500
commit3a3d85c6063f87aa31237b31734140aefeef62e6 (patch)
tree8a1b79dd38692eae7b01fd3381ed87dcb478081e
parentsparc: Add lazy floating point switch (diff)
downloadrtems-3a3d85c6063f87aa31237b31734140aefeef62e6.tar.bz2
psxmmap01/test_driver.c: Fix mmap_h handler type mismatch
-rw-r--r--testsuites/psxtests/psxmmap01/test_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmmap01/test_driver.c b/testsuites/psxtests/psxmmap01/test_driver.c
index 87719b99d6..95edd3e9c8 100644
--- a/testsuites/psxtests/psxmmap01/test_driver.c
+++ b/testsuites/psxtests/psxmmap01/test_driver.c
@@ -25,7 +25,7 @@ static int handler_fstat(
return 0;
}
-static ssize_t handler_mmap(
+static int handler_mmap(
rtems_libio_t *iop,
void **addr,
size_t len,