summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 6914f02..3f3c3ba 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -38,6 +38,7 @@ extern "C" {
38 38
39#undef malloc 39#undef malloc
40#undef realloc 40#undef realloc
41#undef calloc
41 42
42__malloc(malloc (free, 1)) 43__malloc(malloc (free, 1))
43__alloc_size(1) 44__alloc_size(1)