aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/free.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/mallocng/free.c')
-rw-r--r--src/malloc/mallocng/free.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/malloc/mallocng/free.c b/src/malloc/mallocng/free.c
index 43f32aad..963286b5 100644
--- a/src/malloc/mallocng/free.c
+++ b/src/malloc/mallocng/free.c
@@ -149,3 +149,11 @@ void free(void *p)
errno = e;
}
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif