summaryrefslogtreecommitdiffstats
path: root/lib/libgnumalloc/cfree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libgnumalloc/cfree.c')
-rw-r--r--lib/libgnumalloc/cfree.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libgnumalloc/cfree.c b/lib/libgnumalloc/cfree.c
new file mode 100644
index 0000000..5191fd6
--- /dev/null
+++ b/lib/libgnumalloc/cfree.c
@@ -0,0 +1,5 @@
+void
+cfree(void *foo)
+{
+ free(foo);
+}
OpenPOWER on IntegriCloud