summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/config.h b/utils/config.h
index b8c2950dc..60b81967a 100644
--- a/utils/config.h
+++ b/utils/config.h
@@ -130,6 +130,8 @@ char *realpath(const char *path, char *resolved_path);
/* windows */
#if (defined(_WIN32))
#define SSIZET_FMT "Iu"
+#elif (defined(riscos))
+#define SSIZET_FMT "zd"
#else
#define SSIZET_FMT "zd"
#define O_BINARY 0