From 3a3d85c6063f87aa31237b31734140aefeef62e6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 27 Jul 2017 17:29:02 -0500 Subject: psxmmap01/test_driver.c: Fix mmap_h handler type mismatch --- testsuites/psxtests/psxmmap01/test_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3