aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index dbff890a..27087bde 100644
--- a/src/system.h
+++ b/src/system.h
@@ -22,6 +22,8 @@
#include <stdint.h>
#include <stdio.h>
+#define SERD_PAGE_SIZE 4096
+
/// Write the message for a system error code (like errno) to a buffer
int
serd_system_strerror(int errnum, char* buf, size_t buflen);