aboutsummaryrefslogtreecommitdiff
path: root/src/conf/legacy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/legacy.c')
-rw-r--r--src/conf/legacy.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/conf/legacy.c b/src/conf/legacy.c
index f1d9e325..5dc63561 100644
--- a/src/conf/legacy.c
+++ b/src/conf/legacy.c
@@ -20,3 +20,11 @@ long get_avphys_pages()
{
return sysconf(_SC_AVPHYS_PAGES);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif