aboutsummaryrefslogtreecommitdiffstats
path: root/src/system.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-02-25 12:12:15 -0500
committerDavid Robillard <d@drobilla.net>2022-01-13 23:04:20 -0500
commitfb98f65ba7cef9f3a66043d6f75cea0ccf6adb79 (patch)
treedb046bc1691a546c24e1e677decf5b7afde3d452 /src/system.h
parentdc77dc04689254730de428e75a1da6f7a893c9e6 (diff)
downloadserd-fb98f65ba7cef9f3a66043d6f75cea0ccf6adb79.tar.gz
serd-fb98f65ba7cef9f3a66043d6f75cea0ccf6adb79.tar.bz2
serd-fb98f65ba7cef9f3a66043d6f75cea0ccf6adb79.zip
Split up serd_internal.h
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);