summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsysconf/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxsysconf/init.c')
-rw-r--r--testsuites/psxtests/psxsysconf/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxsysconf/init.c b/testsuites/psxtests/psxsysconf/init.c
index 1d6bdb06d2..74db6c0a2d 100644
--- a/testsuites/psxtests/psxsysconf/init.c
+++ b/testsuites/psxtests/psxsysconf/init.c
@@ -29,8 +29,8 @@ void *POSIX_Init(
sc = sysconf( -1 );
fatal_posix_service_status_errno( sc, EINVAL, "bad conf name" );
-#if UNUSED
-/* FIXME: This test doesn't make sense.
+#if UNUSED
+/* FIXME: This test doesn't make sense.
* On targets with sizeof(int) < sizeof(long), compilation will fail,
* On targets with sizeof(int) == sizeof(long) the call is valid.
*/